Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 0c3ccfeea0777e7a4a593ba64cdf5e72070fc3e0..739ca064cef7a4b14c388f130df581d16f93ebab 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -261,5 +261,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 kEnableCaptivePortalBypassProxy[] = |
+ "enable-captive-portal-bypass-proxy"; |
+ |
} // namespace switches |
} // namespace chromeos |