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

Side by Side Diff: ash/ash_switches.h

Issue 20415002: Add window overview mode behind --ash-enable-overview-mode flag to F5 key. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 5 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
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 #ifndef ASH_ASH_SWITCHES_H_ 5 #ifndef ASH_ASH_SWITCHES_H_
6 #define ASH_ASH_SWITCHES_H_ 6 #define ASH_ASH_SWITCHES_H_
7 7
8 #include "ash/ash_export.h" 8 #include "ash/ash_export.h"
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 ASH_EXPORT extern const char kAshDisableUsbChargerNotification[]; 46 ASH_EXPORT extern const char kAshDisableUsbChargerNotification[];
47 #endif 47 #endif
48 ASH_EXPORT extern const char kAshEnableAdvancedGestures[]; 48 ASH_EXPORT extern const char kAshEnableAdvancedGestures[];
49 ASH_EXPORT extern const char kAshEnableBrightnessControl[]; 49 ASH_EXPORT extern const char kAshEnableBrightnessControl[];
50 ASH_EXPORT extern const char kAshEnableDockedWindows[]; 50 ASH_EXPORT extern const char kAshEnableDockedWindows[];
51 #if defined(OS_LINUX) 51 #if defined(OS_LINUX)
52 ASH_EXPORT extern const char kAshEnableMemoryMonitor[]; 52 ASH_EXPORT extern const char kAshEnableMemoryMonitor[];
53 #endif 53 #endif
54 ASH_EXPORT extern const char kAshEnableImmersiveFullscreen[]; 54 ASH_EXPORT extern const char kAshEnableImmersiveFullscreen[];
55 ASH_EXPORT extern const char kAshEnableOak[]; 55 ASH_EXPORT extern const char kAshEnableOak[];
56 ASH_EXPORT extern const char kAshEnableOverviewMode[];
56 ASH_EXPORT extern const char kAshEnableStickyEdges[]; 57 ASH_EXPORT extern const char kAshEnableStickyEdges[];
57 ASH_EXPORT extern const char kAshEnableTrayDragging[]; 58 ASH_EXPORT extern const char kAshEnableTrayDragging[];
58 ASH_EXPORT extern const char kAshEnableWorkspaceScrubbing[]; 59 ASH_EXPORT extern const char kAshEnableWorkspaceScrubbing[];
59 ASH_EXPORT extern const char kAshForceMirrorMode[]; 60 ASH_EXPORT extern const char kAshForceMirrorMode[];
60 ASH_EXPORT extern const char kAshHideNotificationsForFactory[]; 61 ASH_EXPORT extern const char kAshHideNotificationsForFactory[];
61 ASH_EXPORT extern const char kAshHostWindowBounds[]; 62 ASH_EXPORT extern const char kAshHostWindowBounds[];
62 ASH_EXPORT extern const char kAshImmersiveHideTabIndicators[]; 63 ASH_EXPORT extern const char kAshImmersiveHideTabIndicators[];
63 ASH_EXPORT extern const char kAshSecondaryDisplayLayout[]; 64 ASH_EXPORT extern const char kAshSecondaryDisplayLayout[];
64 ASH_EXPORT extern const char kAshTouchHud[]; 65 ASH_EXPORT extern const char kAshTouchHud[];
65 ASH_EXPORT extern const char kAshUseAlternateShelfLayout[]; 66 ASH_EXPORT extern const char kAshUseAlternateShelfLayout[];
(...skipping 16 matching lines...) Expand all
82 83
83 // Returns true if a notification should appear when a low-power USB charger 84 // Returns true if a notification should appear when a low-power USB charger
84 // is connected. 85 // is connected.
85 ASH_EXPORT bool UseUsbChargerNotification(); 86 ASH_EXPORT bool UseUsbChargerNotification();
86 #endif 87 #endif
87 88
88 } // namespace switches 89 } // namespace switches
89 } // namespace ash 90 } // namespace ash
90 91
91 #endif // ASH_ASH_SWITCHES_H_ 92 #endif // ASH_ASH_SWITCHES_H_
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/ash_switches.cc » ('j') | ash/wm/window_cycle_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698