diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-10 02:47:40 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-10 02:47:40 +0000 |
commit | 2758379366b4aafde0bce40b7d619840080b5387 (patch) | |
tree | cd857f396623774ffd2aff407702600d510a440a /chrome/common/pref_names.h | |
parent | 2b77854cdeea417983c5debf5e77db5f7f3ae306 (diff) | |
download | chromium_src-2758379366b4aafde0bce40b7d619840080b5387.zip chromium_src-2758379366b4aafde0bce40b7d619840080b5387.tar.gz chromium_src-2758379366b4aafde0bce40b7d619840080b5387.tar.bz2 |
Revert 59020 - Add constants for preferences and policies related to the Default Search Provider. Add code to read these new policies into prefs. Add code to enable monitoring change to these preferences.
BUG=49306
TEST=ConfigurationPolicyPrefStoreTest.* and ConfigurationPolicyProviderWinTest.*
Review URL: http://codereview.chromium.org/3359012
TBR=jeanluc@google.com
Review URL: http://codereview.chromium.org/3357026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59040 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 5f7b957..00d6992 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -54,10 +54,7 @@ extern const char kSearchSuggestEnabled[]; extern const char kCookieBehavior[]; // OBSOLETE extern const char kDefaultSearchProviderSearchURL[]; extern const char kDefaultSearchProviderSuggestURL[]; -extern const char kDefaultSearchProviderIconURL[]; -extern const char kDefaultSearchProviderEncodings[]; extern const char kDefaultSearchProviderName[]; -extern const char kDefaultSearchProviderKeyword[]; extern const char kDefaultSearchProviderID[]; extern const char kDefaultSearchProviderPrepopulateID[]; extern const char kSearchProviderOverrides[]; |