Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 0467d5a38034b1494498ebde830b931859c1f441..f5ea05eae46c9dc66ead6548d009bdf450b2b96f 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -839,6 +839,11 @@ const char kTouchVirtualKeyboardEnabled[] = "ui.touch_virtual_keyboard_enabled"; |
// enabled. |
const char kWakeOnWiFiEnabled[] = "settings.internet.wake_on_wifi"; |
+// This is policy CaptivePortalAuthenticationIgnoresProxy that allows to open |
bartfab (slow)
2015/01/07 17:38:43
Nit: s/is/is the/
Alexander Alekseev
2015/01/12 18:41:10
Done.
|
+// Captive Portal authentication page in a separate window under another |
bartfab (slow)
2015/01/07 17:38:43
Nit: s/page/pages/
Alexander Alekseev
2015/01/12 18:41:09
Done.
|
+// profile, which allows to bypass proxy for captive portal authentication. |
bartfab (slow)
2015/01/07 17:38:43
What is this "another profile"? Some other user's
Alexander Alekseev
2015/01/12 18:41:10
Done.
|
+const char kCaptivePortalAuthenticationIgnoresProxy[] = |
+ "proxy.captive_portal_ignores_proxy"; |
#endif // defined(OS_CHROMEOS) |
// The disabled messages in IPC logging. |