diff options
author | alemate <alemate@chromium.org> | 2014-11-27 09:30:28 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-27 17:30:54 +0000 |
commit | 94e69ad2dbb8d9cbc87154930e2a1eaf201a2c0d (patch) | |
tree | ffaae89abd7732e127fea8200fea6b76f2a5ddd5 /chromeos/chromeos_switches.h | |
parent | 50205db699b0e0de2274a16c7e7fba3fa0b09e2b (diff) | |
download | chromium_src-94e69ad2dbb8d9cbc87154930e2a1eaf201a2c0d.zip chromium_src-94e69ad2dbb8d9cbc87154930e2a1eaf201a2c0d.tar.gz chromium_src-94e69ad2dbb8d9cbc87154930e2a1eaf201a2c0d.tar.bz2 |
ChromeOS: bypass proxy for captive portal authorization.
This CL enables captive portal authorization in a separate window ignoring proxy settings.
BUG=386837
TEST=manual
Review URL: https://codereview.chromium.org/750153002
Cr-Commit-Position: refs/heads/master@{#306004}
Diffstat (limited to 'chromeos/chromeos_switches.h')
-rw-r--r-- | chromeos/chromeos_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h index f2f8b32..8bc5aa2 100644 --- a/chromeos/chromeos_switches.h +++ b/chromeos/chromeos_switches.h @@ -86,6 +86,7 @@ CHROMEOS_EXPORT extern const char kStubCrosSettings[]; CHROMEOS_EXPORT extern const char kSystemDevMode[]; CHROMEOS_EXPORT extern const char kTestAutoUpdateUI[]; CHROMEOS_EXPORT extern const char kWakeOnPackets[]; +CHROMEOS_EXPORT extern const char kEnableCaptivePortalBypassProxy[]; } // namespace switches } // namespace chromeos |