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

Side by Side Diff: ash/ash_switches.cc

Issue 326813004: Added quick lock mechanism while in Touchview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added ASH_EXPORT to SessionStateAnimator Created 6 years, 3 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/test/test_session_state_animator.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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 #if defined(OS_CHROMEOS) 51 #if defined(OS_CHROMEOS)
52 // Enables key bindings to scroll magnified screen. 52 // Enables key bindings to scroll magnified screen.
53 const char kAshEnableMagnifierKeyScroller[] = 53 const char kAshEnableMagnifierKeyScroller[] =
54 "ash-enable-magnifier-key-scroller"; 54 "ash-enable-magnifier-key-scroller";
55 #endif 55 #endif
56 56
57 // Enables text filtering with the keyboard in Overview Mode. 57 // Enables text filtering with the keyboard in Overview Mode.
58 const char kAshDisableTextFilteringInOverviewMode[] = 58 const char kAshDisableTextFilteringInOverviewMode[] =
59 "ash-disable-text-filtering-in-overview-mode"; 59 "ash-disable-text-filtering-in-overview-mode";
60 60
61 // Enables quick, non-cancellable locking of the screen when in maximize mode.
62 const char kAshEnablePowerButtonQuickLock[] =
63 "ash-enable-power-button-quick-lock";
64
61 // Enables software based mirroring. 65 // Enables software based mirroring.
62 const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring"; 66 const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring";
63 67
64 // Enables touch view testing. 68 // Enables touch view testing.
65 // TODO(skuhne): Remove TOGGLE_TOUCH_VIEW_TESTING accelerator once this 69 // TODO(skuhne): Remove TOGGLE_TOUCH_VIEW_TESTING accelerator once this
66 // flag is removed. 70 // flag is removed.
67 const char kAshEnableTouchViewTesting[] = "ash-enable-touch-view-testing"; 71 const char kAshEnableTouchViewTesting[] = "ash-enable-touch-view-testing";
68 72
69 // When this flag is set, system sounds will be played whether the 73 // When this flag is set, system sounds will be played whether the
70 // ChromeVox is enabled or not. 74 // ChromeVox is enabled or not.
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 115
112 #if defined(OS_WIN) 116 #if defined(OS_WIN)
113 // Force Ash to open its root window on the desktop, even on Windows 8 where 117 // Force Ash to open its root window on the desktop, even on Windows 8 where
114 // it would normally end up in metro. 118 // it would normally end up in metro.
115 const char kForceAshToDesktop[] = "ash-force-desktop"; 119 const char kForceAshToDesktop[] = "ash-force-desktop";
116 120
117 #endif 121 #endif
118 122
119 } // namespace switches 123 } // namespace switches
120 } // namespace ash 124 } // namespace ash
OLDNEW
« no previous file with comments | « ash/ash_switches.h ('k') | ash/test/test_session_state_animator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698