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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 750153002: ChromeOS: bypass proxy for captive portal authorization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 years 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
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 // Enables waking the device based on the receipt of some network packets. 254 // Enables waking the device based on the receipt of some network packets.
255 const char kWakeOnPackets[] = "wake-on-packets"; 255 const char kWakeOnPackets[] = "wake-on-packets";
256 256
257 // Screenshot testing: specifies the directory where the golden screenshots are 257 // Screenshot testing: specifies the directory where the golden screenshots are
258 // stored. 258 // stored.
259 const char kGoldenScreenshotsDir[] = "golden-screenshots-dir"; 259 const char kGoldenScreenshotsDir[] = "golden-screenshots-dir";
260 260
261 // Screenshot testing: specifies the directoru where artifacts will be stored. 261 // Screenshot testing: specifies the directoru where artifacts will be stored.
262 const char kArtifactsDir[] = "artifacts-dir"; 262 const char kArtifactsDir[] = "artifacts-dir";
263 263
264 // Bypass proxy for captive portal authorization.
265 const char kEnableCaptivePortalBypassProxy[] =
266 "enable-captive-portal-bypass-proxy";
267
264 } // namespace switches 268 } // namespace switches
265 } // namespace chromeos 269 } // namespace chromeos
OLDNEW
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698