From 2a7034b6b5ba4de73bc32dc1cd18d85208b5b934 Mon Sep 17 00:00:00 2001 From: alemate Date: Wed, 1 Apr 2015 09:06:25 -0700 Subject: ChromeOS: enable captive-portal-bypass-proxy flag by default. BUG=456839 TEST=browser_test Review URL: https://codereview.chromium.org/1048093002 Cr-Commit-Position: refs/heads/master@{#323249} --- chromeos/chromeos_switches.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chromeos/chromeos_switches.cc') diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index 78fa0d4..a705ae7 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -319,9 +319,9 @@ const char kGoldenScreenshotsDir[] = "golden-screenshots-dir"; // Screenshot testing: specifies the directoru where artifacts will be stored. const char kArtifactsDir[] = "artifacts-dir"; -// Bypass proxy for captive portal authorization. -const char kEnableCaptivePortalBypassProxyOption[] = - "enable-captive-portal-bypass-proxy-option"; +// Disable bypass proxy for captive portal authorization. +const char kDisableCaptivePortalBypassProxy[] = + "disable-captive-portal-bypass-proxy"; // Disable automatic timezone update. const char kDisableTimeZoneTrackingOption[] = -- cgit v1.1