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

Side by Side Diff: ash/ash_switches.cc

Issue 965813003: Removed the "Swipe to close in overview" feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « ash/ash_switches.h ('k') | ash/wm/overview/overview_animation_type.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 #include "base/command_line.h" 7 #include "base/command_line.h"
8 8
9 namespace ash { 9 namespace ash {
10 namespace switches { 10 namespace switches {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 // Enables mirrored screen. 57 // Enables mirrored screen.
58 const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen"; 58 const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen";
59 59
60 // Enables quick, non-cancellable locking of the screen when in maximize mode. 60 // Enables quick, non-cancellable locking of the screen when in maximize mode.
61 const char kAshEnablePowerButtonQuickLock[] = 61 const char kAshEnablePowerButtonQuickLock[] =
62 "ash-enable-power-button-quick-lock"; 62 "ash-enable-power-button-quick-lock";
63 63
64 // Enables software based mirroring. 64 // Enables software based mirroring.
65 const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring"; 65 const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring";
66 66
67 // Enables gesture swipe to close windows while in Overview mode.
68 const char kAshEnableSwipeToCloseInOverviewMode[] =
69 "ash-enable-swipe-to-close-in-overview-mode";
70
71 // Enables touch view testing. 67 // Enables touch view testing.
72 // TODO(skuhne): Remove TOGGLE_TOUCH_VIEW_TESTING accelerator once this 68 // TODO(skuhne): Remove TOGGLE_TOUCH_VIEW_TESTING accelerator once this
73 // flag is removed. 69 // flag is removed.
74 const char kAshEnableTouchViewTesting[] = "ash-enable-touch-view-testing"; 70 const char kAshEnableTouchViewTesting[] = "ash-enable-touch-view-testing";
75 71
76 // When this flag is set, system sounds will be played whether the 72 // When this flag is set, system sounds will be played whether the
77 // ChromeVox is enabled or not. 73 // ChromeVox is enabled or not.
78 const char kAshEnableSystemSounds[] = "ash-enable-system-sounds"; 74 const char kAshEnableSystemSounds[] = "ash-enable-system-sounds";
79 75
80 // Hides notifications that are irrelevant to Chrome OS device factory testing, 76 // Hides notifications that are irrelevant to Chrome OS device factory testing,
(...skipping 29 matching lines...) Expand all
110 106
111 #if defined(OS_WIN) 107 #if defined(OS_WIN)
112 // Force Ash to open its root window on the desktop, even on Windows 8 where 108 // Force Ash to open its root window on the desktop, even on Windows 8 where
113 // it would normally end up in metro. 109 // it would normally end up in metro.
114 const char kForceAshToDesktop[] = "ash-force-desktop"; 110 const char kForceAshToDesktop[] = "ash-force-desktop";
115 111
116 #endif 112 #endif
117 113
118 } // namespace switches 114 } // namespace switches
119 } // namespace ash 115 } // namespace ash
OLDNEW
« no previous file with comments | « ash/ash_switches.h ('k') | ash/wm/overview/overview_animation_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698