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

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: Update after review. Created 5 years, 11 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
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 35b5d972ee0711c7a29b4ceaf0d7c35ea03a3cf2..b21c572f044cf68b093a97d37a28f381e3ca57cf 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -265,8 +265,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";
} // namespace switches
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698