summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.h
diff options
context:
space:
mode:
authoralemate <alemate@chromium.org>2014-11-27 09:30:28 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-27 17:30:54 +0000
commit94e69ad2dbb8d9cbc87154930e2a1eaf201a2c0d (patch)
treeffaae89abd7732e127fea8200fea6b76f2a5ddd5 /chromeos/chromeos_switches.h
parent50205db699b0e0de2274a16c7e7fba3fa0b09e2b (diff)
downloadchromium_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.h1
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