Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index 0467d5a38034b1494498ebde830b931859c1f441..223e01e0e7f162b99cc60b72b07deed4005b9c02 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -2309,4 +2309,12 @@ const char kPasswordBubbleLastInteractions[] = "password_bubble.interactions"; |
| const char kRecoveryComponentNeedsElevation[] = |
| "recovery_component.needs_elevation"; |
| +#if defined(OS_CHROMEOS) |
|
Mattias Nissler (ping if slow)
2015/01/05 11:33:29
Please add this to the OS_CHROMEOS block in lines
Alexander Alekseev
2015/01/05 20:53:03
Done.
|
| +// Policy CaptivePortalAuthenticationIgnoresProxy that allows to open Captive |
| +// Portal authentication page in a separate window under another profile, |
| +// which allows to bypass proxy for captive portal authentication. |
| +const char kCaptivePortalAuthenticationIgnoresProxy[] = |
| + "proxy.captive_portal_ignores_proxy"; |
| +#endif |
| + |
| } // namespace prefs |