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

Unified Diff: chrome/common/pref_names.cc

Issue 10908226: Introduces a search term extraction mechanism working for arbitrary search providers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed version_46.sql, committed separately. Created 8 years, 2 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.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index e335e1a6b4039937332037a75d63c1cce4a00d7b..ce4cdd2029f5973e98b0b0cdc3e0408302e126e8 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -419,6 +419,10 @@ const char kDefaultSearchProviderID[] = "default_search_provider.id";
const char kDefaultSearchProviderPrepopulateID[] =
"default_search_provider.prepopulate_id";
+// The alternate urls of the default search provider.
+const char kDefaultSearchProviderAlternateURLs[] =
+ "default_search_provider.alternate_urls";
+
// The dictionary key used when the default search providers are given
// in the preferences file. Normally they are copied from the master
// preferences file.
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698