summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines/template_url_prepopulate_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/search_engines/template_url_prepopulate_data.h')
-rw-r--r--chrome/browser/search_engines/template_url_prepopulate_data.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/search_engines/template_url_prepopulate_data.h b/chrome/browser/search_engines/template_url_prepopulate_data.h
index 612d80f..80fa584 100644
--- a/chrome/browser/search_engines/template_url_prepopulate_data.h
+++ b/chrome/browser/search_engines/template_url_prepopulate_data.h
@@ -13,7 +13,9 @@ class TemplateURL;
namespace TemplateURLPrepopulateData {
-// Enum to record the user's default search engine choice in UMA:
+// Enum to record the user's default search engine choice in UMA. Add new
+// search engines at the bottom and do not delete from this list, so as not
+// to disrupt UMA data already recorded.
enum SearchEngineType {
SEARCH_ENGINE_OTHER = 0, // At the top in case of future list changes.
SEARCH_ENGINE_GOOGLE,
@@ -47,6 +49,7 @@ enum SearchEngineType {
SEARCH_ENGINE_TUT,
SEARCH_ENGINE_WALLA,
SEARCH_ENGINE_ZOZNAM,
+ SEARCH_ENGINE_YAHOOQC,
SEARCH_ENGINE_MAX // Bounding max value needed for UMA histogram macro.
};