Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Unified Diff: chromeos/chromeos_switches.cc

Issue 818433003: ChromeOS: Implement CaptivePortalAuthenticationIgnoresProxy policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tests fixed. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | chromeos/network/portal_detector/network_portal_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 3c945b1d12d1a1e78a529b028f39d50b02c79dca..b96d5d4768af806a19d6cb19aeaf40b28b561be8 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -315,8 +315,8 @@ const char kGoldenScreenshotsDir[] = "golden-screenshots-dir";
const char kArtifactsDir[] = "artifacts-dir";
// Bypass proxy for captive portal authorization.
-const char kEnableCaptivePortalBypassProxy[] =
- "enable-captive-portal-bypass-proxy";
+const char kEnableCaptivePortalBypassProxyOption[] =
+ "enable-captive-portal-bypass-proxy-option";
// Disable automatic timezone update.
const char kDisableTimeZoneTrackingOption[] =
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | chromeos/network/portal_detector/network_portal_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698