| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 1fc2934ab22d642e1a6f637cd3403794f4b03262..705108ca69eb2f790013b768e36f6f76650482d7 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.
|
|
|