diff options
author | danno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-09 16:15:48 +0000 |
---|---|---|
committer | danno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-09 16:15:48 +0000 |
commit | b94a654e04d9b22381cc22c6dfb9704147b8311f (patch) | |
tree | 18a846b033bb5e45487994acd7fc664428f90429 /chrome/common/pref_names.h | |
parent | 3f078094f9882370002c9064a9d03299b9b6abde (diff) | |
download | chromium_src-b94a654e04d9b22381cc22c6dfb9704147b8311f.zip chromium_src-b94a654e04d9b22381cc22c6dfb9704147b8311f.tar.gz chromium_src-b94a654e04d9b22381cc22c6dfb9704147b8311f.tar.bz2 |
Revert 65535 - Group Policy support for HTTP authentication
BUG=53625
TEST=ConfigurationPolicyPrefStore*
Review URL: http://codereview.chromium.org/3517018
Patch from Jakob Kummerow <jkummerow@google.com>.
TBR=danno@chromium.org
Review URL: http://codereview.chromium.org/4643004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65537 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 6200467..0d5275c 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -400,12 +400,6 @@ extern const char kSignedSettingsTempStorage[]; extern const char kRegisteredBackgroundContents[]; -extern const char kAuthSchemes[]; -extern const char kDisableAuthNegotiateCnameLookup[]; -extern const char kEnableAuthNegotiatePort[]; -extern const char kAuthServerWhitelist[]; -extern const char kAuthNegotiateDelegateWhitelist[]; - } // namespace prefs #endif // CHROME_COMMON_PREF_NAMES_H_ |