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

Side by Side Diff: ash/ash_switches.cc

Issue 11230050: ash : introduce second SessionStateController implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge with TOT, review fixes Created 8 years, 2 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
« no previous file with comments | « ash/ash_switches.h ('k') | 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 // Variation of boot animation that uses Tween::EASE_OUT_2. 10 // Variation of boot animation that uses Tween::EASE_OUT_2.
(...skipping 19 matching lines...) Expand all
30 30
31 // Enables the Oak tree viewer. 31 // Enables the Oak tree viewer.
32 const char kAshEnableOak[] = "ash-enable-oak"; 32 const char kAshEnableOak[] = "ash-enable-oak";
33 33
34 // Enables showing the tray bubble by dragging on the shelf. 34 // Enables showing the tray bubble by dragging on the shelf.
35 const char kAshEnableTrayDragging[] = "ash-enable-tray-dragging"; 35 const char kAshEnableTrayDragging[] = "ash-enable-tray-dragging";
36 36
37 // Enables creating a launcher per display. 37 // Enables creating a launcher per display.
38 const char kAshLauncherPerDisplay[] = "ash-launcher-per-display"; 38 const char kAshLauncherPerDisplay[] = "ash-launcher-per-display";
39 39
40 // If present new lock animations are enabled.
41 const char kAshNewLockAnimationsEnabled[] = "ash-new-lock-animations-enabled";
42
40 // Specifies the layout mode and offsets for the secondary display for 43 // Specifies the layout mode and offsets for the secondary display for
41 // testing. The format is "<t|r|b|l>,<offset>" where t=TOP, r=RIGHT, 44 // testing. The format is "<t|r|b|l>,<offset>" where t=TOP, r=RIGHT,
42 // b=BOTTOM and L=LEFT. For example, 'r,-100' means the secondary display 45 // b=BOTTOM and L=LEFT. For example, 'r,-100' means the secondary display
43 // is positioned on the right with -100 offset. (above than primary) 46 // is positioned on the right with -100 offset. (above than primary)
44 const char kAshSecondaryDisplayLayout[] = "ash-secondary-display-layout"; 47 const char kAshSecondaryDisplayLayout[] = "ash-secondary-display-layout";
45 48
46 // Enables the heads-up display for tracking touch points. 49 // Enables the heads-up display for tracking touch points.
47 const char kAshTouchHud[] = "ash-touch-hud"; 50 const char kAshTouchHud[] = "ash-touch-hud";
48 51
49 // If present animations are disabled. 52 // If present animations are disabled.
50 const char kAshWindowAnimationsDisabled[] = "ash-window-animations-disabled"; 53 const char kAshWindowAnimationsDisabled[] = "ash-window-animations-disabled";
51 54
52 // Use Google-style dialog box frames. 55 // Use Google-style dialog box frames.
53 const char kAuraGoogleDialogFrames[] = "aura-google-dialog-frames"; 56 const char kAuraGoogleDialogFrames[] = "aura-google-dialog-frames";
54 57
55 // (Most) Chrome OS hardware reports ACPI power button releases correctly. 58 // (Most) Chrome OS hardware reports ACPI power button releases correctly.
56 // Standard hardware reports releases immediately after presses. If set, we 59 // Standard hardware reports releases immediately after presses. If set, we
57 // lock the screen or shutdown the system immediately in response to a press 60 // lock the screen or shutdown the system immediately in response to a press
58 // instead of displaying an interactive animation. 61 // instead of displaying an interactive animation.
59 const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; 62 const char kAuraLegacyPowerButton[] = "aura-legacy-power-button";
60 63
61 // Avoid drawing drop shadows under windows. 64 // Avoid drawing drop shadows under windows.
62 const char kAuraNoShadows[] = "aura-no-shadows"; 65 const char kAuraNoShadows[] = "aura-no-shadows";
63 66
64 } // namespace switches 67 } // namespace switches
65 } // namespace ash 68 } // namespace ash
OLDNEW
« no previous file with comments | « ash/ash_switches.h ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698