Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4924)

Unified Diff: chrome/browser/search_engines/prepopulated_engines.json

Issue 20012003: Add UMA histograms for home page, start page, and DSE hosts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Canonicalize hosts, enumerate all start pages. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/search_engines/prepopulated_engines.json
diff --git a/chrome/browser/search_engines/prepopulated_engines.json b/chrome/browser/search_engines/prepopulated_engines.json
index 8e30f34d7a87cf7bd8750201707e47484e8682f7..91b5f5c4163c2edcc7d847328f008006018edcf6 100644
--- a/chrome/browser/search_engines/prepopulated_engines.json
+++ b/chrome/browser/search_engines/prepopulated_engines.json
@@ -10,7 +10,7 @@
// The following unique IDs are available:
// 53, 56, 58, 60, 61, 64, 65, 66, 70, 74, 78, 79, 80, 81, 84, 86, 88, 91,
-// 92, 93, 94, 95, 96, 97, 98, 99, 102+
+// 92, 93, 94, 95, 96, 97, 98, 99, 115+
//
// IDs > 1000 are reserved for distribution custom engines.
//
@@ -22,7 +22,7 @@
"int_variables": {
// The following id is for UMA stats only. Please update it if you add new
// engines outside the current range or it will not be counted in stats.
- "kMaxPrepopulatedEngineID": 101,
+ "kMaxPrepopulatedEngineID": 114,
// Increment this if you change the data in ways that mean users with
// existing data should get a new version.

Powered by Google App Engine
This is Rietveld 408576698