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

Side by Side Diff: ash/ash_switches.cc

Issue 10056001: chromeos: Remove old status-area related code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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 | « no previous file | ash/shell.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 // Use the in-progress uber system tray.
11 const char kDisableAshUberTray[] = "disable-ash-uber-tray";
12
13 // Enables the Oak tree viewer. 10 // Enables the Oak tree viewer.
14 const char kAshEnableOak[] = "ash-enable-oak"; 11 const char kAshEnableOak[] = "ash-enable-oak";
15 12
16 // Use Google-style dialog box frames. 13 // Use Google-style dialog box frames.
17 const char kAuraGoogleDialogFrames[] = "aura-google-dialog-frames"; 14 const char kAuraGoogleDialogFrames[] = "aura-google-dialog-frames";
18 15
19 // (Most) Chrome OS hardware reports ACPI power button releases correctly. 16 // (Most) Chrome OS hardware reports ACPI power button releases correctly.
20 // Standard hardware reports releases immediately after presses. If set, we 17 // Standard hardware reports releases immediately after presses. If set, we
21 // lock the screen or shutdown the system immediately in response to a press 18 // lock the screen or shutdown the system immediately in response to a press
22 // instead of displaying an interactive animation. 19 // instead of displaying an interactive animation.
23 const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; 20 const char kAuraLegacyPowerButton[] = "aura-legacy-power-button";
24 21
25 // Avoid drawing drop shadows under windows. 22 // Avoid drawing drop shadows under windows.
26 const char kAuraNoShadows[] = "aura-no-shadows"; 23 const char kAuraNoShadows[] = "aura-no-shadows";
27 24
28 // If present animations are disabled. 25 // If present animations are disabled.
29 const char kAuraWindowAnimationsDisabled[] = "aura-window-animations-disabled"; 26 const char kAuraWindowAnimationsDisabled[] = "aura-window-animations-disabled";
30 27
31 // Use Aura to manage windows of type WINDOW_TYPE_PANEL. 28 // Use Aura to manage windows of type WINDOW_TYPE_PANEL.
32 const char kAuraPanelManager[] = "aura-panels"; 29 const char kAuraPanelManager[] = "aura-panels";
33 30
34 } // namespace switches 31 } // namespace switches
35 } // namespace ash 32 } // namespace ash
OLDNEW
« no previous file with comments | « no previous file | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698