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

Unified Diff: components/search_engines/search_engines_pref_names.h

Issue 335703005: Remove redandunt chrome/common include from chrome/browser/search_engines (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « chrome/common/pref_names.cc ('k') | components/search_engines/search_engines_pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/search_engines_pref_names.h
diff --git a/components/search_engines/search_engines_pref_names.h b/components/search_engines/search_engines_pref_names.h
index e93c0f72d76b252480937b6d4b0ab3758c5422bc..4670c81c60ecfdea0f5239e709ef38d53f7ecf25 100644
--- a/components/search_engines/search_engines_pref_names.h
+++ b/components/search_engines/search_engines_pref_names.h
@@ -26,6 +26,10 @@ extern const char kDefaultSearchProviderID[];
extern const char kDefaultSearchProviderPrepopulateID[];
extern const char kDefaultSearchProviderAlternateURLs[];
extern const char kDefaultSearchProviderSearchTermsReplacementKey[];
+extern const char kSearchProviderOverrides[];
+extern const char kSearchProviderOverridesVersion[];
+extern const char kCountryIDAtInstall[];
+extern const char kGeoIDAtInstall[]; // OBSOLETE
Peter Kasting 2014/06/25 00:37:12 This obsolete pref is super old. Let's just kill
hashimoto 2014/06/25 01:16:14 Done.
} // namespace prefs
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/search_engines/search_engines_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698