| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 8d531c2db590871fb0d58a9d145b6e36573e324a..81e188ada3a7df5ad9b66dc94c8731e8c69b18e8 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -407,6 +407,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.
|
|
|