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

Unified Diff: chrome/common/pref_names.cc

Issue 11552020: Add search_terms_replacement_key field to TemplateURL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments now describe a simpler behavior for the parameter. Created 7 years, 12 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 1e3d7f8fd91159341974970c7915ddfb0fc78189..8391ed3fd919da1c3779585cd71893f2c4f22e41 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -426,6 +426,10 @@ const char kDefaultSearchProviderPrepopulateID[] =
const char kDefaultSearchProviderAlternateURLs[] =
"default_search_provider.alternate_urls";
+// Search term placement query parameter for the default search provider.
+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.
« 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