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 |