| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index ed97b2471a94ea0992be01519f41ed6a8d7483b9..1de5ba9cb0cdbcc1dfb7daed512b1d5626906403 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -344,14 +344,6 @@ const char kConfirmToQuitEnabled[] = "browser.confirm_to_quit";
|
| // 2 - block all cookies
|
| const char kCookieBehavior[] = "security.cookie_behavior";
|
|
|
| -// The dictionary key used when the default search providers are given
|
| -// in the preferences file. Normally they are copied from the master
|
| -// preferences file.
|
| -const char kSearchProviderOverrides[] = "search_provider_overrides";
|
| -// The format version for the dictionary above.
|
| -const char kSearchProviderOverridesVersion[] =
|
| - "search_provider_overrides_version";
|
| -
|
| // Boolean which specifies whether we should ask the user if we should download
|
| // a file (true) or just download it automatically.
|
| const char kPromptForDownload[] = "download.prompt_for_download";
|
| @@ -1511,16 +1503,6 @@ const char kShowFirstRunBubbleOption[] = "show-first-run-bubble-option";
|
| // intranet_redirect_detector.h for more information.
|
| const char kLastKnownIntranetRedirectOrigin[] = "browser.last_redirect_origin";
|
|
|
| -// Integer containing the system Country ID the first time we checked the
|
| -// template URL prepopulate data. This is used to avoid adding a whole bunch of
|
| -// new search engine choices if prepopulation runs when the user's Country ID
|
| -// differs from their previous Country ID. This pref does not exist until
|
| -// prepopulation has been run at least once.
|
| -const char kCountryIDAtInstall[] = "countryid_at_install";
|
| -// OBSOLETE. Same as above, but uses the Windows-specific GeoID value instead.
|
| -// Updated if found to the above key.
|
| -const char kGeoIDAtInstall[] = "geoid_at_install";
|
| -
|
| // An enum value of how the browser was shut down (see browser_shutdown.h).
|
| const char kShutdownType[] = "shutdown.type";
|
| // Number of processes that were open when the user shut down.
|
|
|