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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 818433003: ChromeOS: Implement CaptivePortalAuthenticationIgnoresProxy policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chromeos/chromeos_switches.h" 5 #include "chromeos/chromeos_switches.h"
6 6
7 namespace chromeos { 7 namespace chromeos {
8 namespace switches { 8 namespace switches {
9 9
10 // Path for app's OEM manifest file. 10 // Path for app's OEM manifest file.
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 const char kWakeOnPackets[] = "wake-on-packets"; 258 const char kWakeOnPackets[] = "wake-on-packets";
259 259
260 // Screenshot testing: specifies the directory where the golden screenshots are 260 // Screenshot testing: specifies the directory where the golden screenshots are
261 // stored. 261 // stored.
262 const char kGoldenScreenshotsDir[] = "golden-screenshots-dir"; 262 const char kGoldenScreenshotsDir[] = "golden-screenshots-dir";
263 263
264 // Screenshot testing: specifies the directoru where artifacts will be stored. 264 // Screenshot testing: specifies the directoru where artifacts will be stored.
265 const char kArtifactsDir[] = "artifacts-dir"; 265 const char kArtifactsDir[] = "artifacts-dir";
266 266
267 // Bypass proxy for captive portal authorization. 267 // Bypass proxy for captive portal authorization.
268 const char kEnableCaptivePortalBypassProxy[] = 268 const char kEnableCaptivePortalBypassProxyOption[] =
269 "enable-captive-portal-bypass-proxy"; 269 "enable-captive-portal-bypass-proxy-option";
270 270
271 } // namespace switches 271 } // namespace switches
272 } // namespace chromeos 272 } // namespace chromeos
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698