Add SE Types for Freespoke and Kagi.
Bug: b:404850650 Change-Id: Ia27a39989e943978f3b88a80dea2ae150f0cea17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6408934 Reviewed-by: Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Auto-Submit: Tomasz Wiszkowski <ender@google.com> Cr-Commit-Position: refs/heads/main@{#1439594}
This commit is contained in:
parent
ced141eff3
commit
5505828b4c
@ -95,6 +95,8 @@ enum SearchEngineType {
|
||||
SEARCH_ENGINE_STARTPAGE = 75,
|
||||
SEARCH_ENGINE_STARTER_PACK_PAGE = 76,
|
||||
SEARCH_ENGINE_MCAFEE = 77,
|
||||
SEARCH_ENGINE_FREESPOKE = 78,
|
||||
SEARCH_ENGINE_KAGI = 79,
|
||||
|
||||
SEARCH_ENGINE_MAX // Bounding value needed for UMA histogram macro.
|
||||
};
|
||||
|
@ -21308,6 +21308,8 @@ Called by update_net_error_codes.py.-->
|
||||
<int value="75" label="Startpage"/>
|
||||
<int value="76" label="StarterPackPage"/>
|
||||
<int value="77" label="McAfee"/>
|
||||
<int value="78" label="Freespoke"/>
|
||||
<int value="79" label="Kagi"/>
|
||||
</enum>
|
||||
|
||||
<!-- LINT.ThenChange(//components/search_engines/search_engine_type.h:SearchEngineType) -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user