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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 566993002: Add lucid sleep flag and debugging helper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nits Created 6 years, 3 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 230
231 // Enables animated transitions during first-run tutorial. 231 // Enables animated transitions during first-run tutorial.
232 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions"; 232 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions";
233 233
234 // Forces first-run UI to be shown for every login. 234 // Forces first-run UI to be shown for every login.
235 const char kForceFirstRunUI[] = "force-first-run-ui"; 235 const char kForceFirstRunUI[] = "force-first-run-ui";
236 236
237 // Enables testing for auto update UI. 237 // Enables testing for auto update UI.
238 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; 238 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
239 239
240 // Enables waking the device based on the receipt of some network packets.
241 const char kWakeOnPackets[] = "wake-on-packets";
242
240 // Screenshot testing: specifies the directory where the golden screenshots are 243 // Screenshot testing: specifies the directory where the golden screenshots are
241 // stored. 244 // stored.
242 const char kGoldenScreenshotsDir[] = "golden-screenshots-dir"; 245 const char kGoldenScreenshotsDir[] = "golden-screenshots-dir";
243 246
244 // Screenshot testing: specifies the directoru where artifacts will be stored. 247 // Screenshot testing: specifies the directoru where artifacts will be stored.
245 const char kArtifactsDir[] = "artifacts-dir"; 248 const char kArtifactsDir[] = "artifacts-dir";
246 249
247 } // namespace switches 250 } // namespace switches
248 } // namespace chromeos 251 } // namespace chromeos
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698