diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-23 17:42:29 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-23 17:42:29 +0000 |
commit | b7304169b5adb130b7db24b6a0bbf07e13e51e10 (patch) | |
tree | 30fdf52bb37c80fd8ca9a6d74d7fc902f5a4b056 /chrome/common/chrome_switches.h | |
parent | 7ebccf35d1c0e6dcfafedae7b9ea3a21ba930b41 (diff) | |
download | chromium_src-b7304169b5adb130b7db24b6a0bbf07e13e51e10.zip chromium_src-b7304169b5adb130b7db24b6a0bbf07e13e51e10.tar.gz chromium_src-b7304169b5adb130b7db24b6a0bbf07e13e51e10.tar.bz2 |
--auth-schemes specifies which authentication schemes are supported on the command line.
--auth-schemes should be a command separated list containing one or more of the following schemes: basic, digest, ntlm, or negotiate.
This will primarily be used to help triage user-reported bugs.
BUG=None
TEST=specify --auth-schemes and ensure that only the specified schemes are supported. Also, when unspecified all schemes should be supported.
Review URL: http://codereview.chromium.org/3199002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57073 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 8f181b8..6d1d796 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -33,6 +33,7 @@ extern const char kAppsDebug[]; extern const char kAppsPanel[]; extern const char kAppsGalleryURL[]; extern const char kAppsNoThrob[]; +extern const char kAuthSchemes[]; extern const char kAuthServerWhitelist[]; extern const char kAutomationClientChannelID[]; extern const char kBlockNonSandboxedPlugins[]; @@ -159,7 +160,6 @@ extern const char kEnableWatchdog[]; extern const char kEnableWin7Location[]; extern const char kEnableXSSAuditor[]; // Experimental features. -extern const char kExperimentalEnableNegotiateAuth[]; extern const char kExperimentalSpellcheckerFeatures[]; // End experimental features. extern const char kExplicitlyAllowedPorts[]; |