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

Side by Side Diff: ash/ash_switches.cc

Issue 11417150: Implement workspace scrubbing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 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 | Annotate | Revision Log
« no previous file with comments | « ash/ash_switches.h ('k') | ash/wm/workspace/workspace_cycler.h » ('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 28 matching lines...) Expand all
39 39
40 // Disables boot animation v2, go back to v1. 40 // Disables boot animation v2, go back to v1.
41 const char kAshDisableBootAnimation2[] = "ash-disable-boot-animation2"; 41 const char kAshDisableBootAnimation2[] = "ash-disable-boot-animation2";
42 42
43 // Disables panel fitting (used for mirror mode). 43 // Disables panel fitting (used for mirror mode).
44 const char kAshDisablePanelFitting[] = "ash-disable-panel-fitting"; 44 const char kAshDisablePanelFitting[] = "ash-disable-panel-fitting";
45 45
46 // Enable advanced gestures (e.g. for window management). 46 // Enable advanced gestures (e.g. for window management).
47 const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures"; 47 const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures";
48 48
49 // Enable workspace switching via a three finger vertical scroll.
50 const char kAshEnableWorkspaceScrubbing[] = "ash-enable-workspace-scrubbing";
51
49 #if defined(OS_LINUX) 52 #if defined(OS_LINUX)
50 // Enable memory monitoring. 53 // Enable memory monitoring.
51 const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor"; 54 const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor";
52 #endif 55 #endif
53 56
54 // Enable the per application grouping version of the launcher. 57 // Enable the per application grouping version of the launcher.
55 const char kAshEnablePerAppLauncher[] = "ash-enable-per-app-launcher"; 58 const char kAshEnablePerAppLauncher[] = "ash-enable-per-app-launcher";
56 59
57 // Enables the Oak tree viewer. 60 // Enables the Oak tree viewer.
58 const char kAshEnableOak[] = "ash-enable-oak"; 61 const char kAshEnableOak[] = "ash-enable-oak";
(...skipping 27 matching lines...) Expand all
86 // Standard hardware reports releases immediately after presses. If set, we 89 // Standard hardware reports releases immediately after presses. If set, we
87 // lock the screen or shutdown the system immediately in response to a press 90 // lock the screen or shutdown the system immediately in response to a press
88 // instead of displaying an interactive animation. 91 // instead of displaying an interactive animation.
89 const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; 92 const char kAuraLegacyPowerButton[] = "aura-legacy-power-button";
90 93
91 // Avoid drawing drop shadows under windows. 94 // Avoid drawing drop shadows under windows.
92 const char kAuraNoShadows[] = "aura-no-shadows"; 95 const char kAuraNoShadows[] = "aura-no-shadows";
93 96
94 } // namespace switches 97 } // namespace switches
95 } // namespace ash 98 } // namespace ash
OLDNEW
« no previous file with comments | « ash/ash_switches.h ('k') | ash/wm/workspace/workspace_cycler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698