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

Unified Diff: chrome/common/pref_names.cc

Issue 818433003: ChromeOS: Implement CaptivePortalAuthenticationIgnoresProxy policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test and formatted browser_options.html. 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: 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.

Powered by Google App Engine
This is Rietveld 408576698