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

Unified Diff: components/search_engines/search_engines_pref_names.cc

Issue 335703005: Remove redandunt chrome/common include from chrome/browser/search_engines (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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
« no previous file with comments | « components/search_engines/search_engines_pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/search_engines_pref_names.cc
diff --git a/components/search_engines/search_engines_pref_names.cc b/components/search_engines/search_engines_pref_names.cc
index 1c46c2f5262026027b26aea19da940371418a15d..0a0d51f392bfc8728a9ca9ba0af3b9d309a71f18 100644
--- a/components/search_engines/search_engines_pref_names.cc
+++ b/components/search_engines/search_engines_pref_names.cc
@@ -94,4 +94,19 @@ const char kDefaultSearchProviderAlternateURLs[] =
const char kDefaultSearchProviderSearchTermsReplacementKey[] =
"default_search_provider.search_terms_replacement_key";
+// The dictionary key used when the default search providers are given
+// in the preferences file. Normally they are copied from the master
+// preferences file.
+const char kSearchProviderOverrides[] = "search_provider_overrides";
+// The format version for the dictionary above.
+const char kSearchProviderOverridesVersion[] =
+ "search_provider_overrides_version";
+
+// Integer containing the system Country ID the first time we checked the
+// template URL prepopulate data. This is used to avoid adding a whole bunch of
+// new search engine choices if prepopulation runs when the user's Country ID
+// differs from their previous Country ID. This pref does not exist until
+// prepopulation has been run at least once.
+const char kCountryIDAtInstall[] = "countryid_at_install";
+
} // namespace prefs
« no previous file with comments | « components/search_engines/search_engines_pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698