Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 0467d5a38034b1494498ebde830b931859c1f441..d42aa8577d046e6c55460404c8ab1cafdced598d 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -839,6 +839,12 @@ const char kTouchVirtualKeyboardEnabled[] = "ui.touch_virtual_keyboard_enabled"; |
// enabled. |
const char kWakeOnWiFiEnabled[] = "settings.internet.wake_on_wifi"; |
+// This is the policy CaptivePortalAuthenticationIgnoresProxy that allows to |
+// open Captive Portal authentication pages in a separate window under |
bartfab (slow)
2015/01/14 11:00:07
Nit 1: s/Captive Portal/captive portal/ (for consi
Alexander Alekseev
2015/01/16 22:51:48
Done.
|
+// temporary incognito profile ("signin profile" is used for this purpose), |
bartfab (slow)
2015/01/14 11:00:07
Do you use the signin profile directly or an incog
Alexander Alekseev
2015/01/16 22:51:48
ProfileHelper::GetSigninProfile() returns "profile
bartfab (slow)
2015/01/21 10:09:56
Defense in depth and good security practice: I am
|
+// which allows to bypass proxy for captive portal authentication. |
bartfab (slow)
2015/01/14 11:00:07
Nit: s/proxy/the user's proxy/
Alexander Alekseev
2015/01/16 22:51:48
Done.
|
+const char kCaptivePortalAuthenticationIgnoresProxy[] = |
+ "proxy.captive_portal_ignores_proxy"; |
#endif // defined(OS_CHROMEOS) |
// The disabled messages in IPC logging. |