| Index: chrome/common/pref_names.cc
|
| ===================================================================
|
| --- chrome/common/pref_names.cc (revision 108905)
|
| +++ chrome/common/pref_names.cc (working copy)
|
| @@ -255,6 +255,14 @@
|
| // 2 - block all cookies
|
| const char kCookieBehavior[] = "security.cookie_behavior";
|
|
|
| +// The GUID of the synced default search provider. Note that this acts like a
|
| +// pointer to which synced search engine should be the default, rather than the
|
| +// prefs below which describe the locally saved default search provider details
|
| +// (and are not synced). This is ignored in the case of the default search
|
| +// provider being managed by policy.
|
| +const char kSyncedDefaultSearchProviderGUID[] =
|
| + "default_search_provider.synced_guid";
|
| +
|
| // Whether having a default search provider is enabled.
|
| const char kDefaultSearchProviderEnabled[] =
|
| "default_search_provider.enabled";
|
|
|