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

Side by Side Diff: ash/ash_switches.cc

Issue 12588008: Add switch to run ash tests on desktop in windows 8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « ash/ash_switches.h ('k') | ash/host/root_window_host_factory_win.cc » ('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 "ash/ash_switches.h" 5 #include "ash/ash_switches.h"
6 6
7 namespace ash { 7 namespace ash {
8 namespace switches { 8 namespace switches {
9 9
10 // Enables an animated transition from the boot splash screen (Chrome logo on a 10 // Enables an animated transition from the boot splash screen (Chrome logo on a
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 112
113 // Enables the heads-up display for tracking touch points. 113 // Enables the heads-up display for tracking touch points.
114 const char kAshTouchHud[] = "ash-touch-hud"; 114 const char kAshTouchHud[] = "ash-touch-hud";
115 115
116 // (Most) Chrome OS hardware reports ACPI power button releases correctly. 116 // (Most) Chrome OS hardware reports ACPI power button releases correctly.
117 // Standard hardware reports releases immediately after presses. If set, we 117 // Standard hardware reports releases immediately after presses. If set, we
118 // lock the screen or shutdown the system immediately in response to a press 118 // lock the screen or shutdown the system immediately in response to a press
119 // instead of displaying an interactive animation. 119 // instead of displaying an interactive animation.
120 const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; 120 const char kAuraLegacyPowerButton[] = "aura-legacy-power-button";
121 121
122 #if defined(OS_WIN)
123 // Force Ash to open its root window on the desktop, even on Windows 8 where
124 // it would normally end up in metro.
125 const char kForceAshToDesktop[] = "force-desktop";
scottmg 2013/03/14 21:43:15 maybe ash-force-desktop like most of the other swi
robertshield 2013/03/14 22:02:51 Done.
126 ;
127 #endif
128
122 } // namespace switches 129 } // namespace switches
123 } // namespace ash 130 } // namespace ash
OLDNEW
« no previous file with comments | « ash/ash_switches.h ('k') | ash/host/root_window_host_factory_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698