OLD | NEW |
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_COMMON_ASH_SWITCHES_H_ | 5 #ifndef ASH_COMMON_ASH_SWITCHES_H_ |
6 #define ASH_COMMON_ASH_SWITCHES_H_ | 6 #define ASH_COMMON_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 20 matching lines...) Expand all Loading... |
31 ASH_EXPORT extern const char kAshEnableMagnifierKeyScroller[]; | 31 ASH_EXPORT extern const char kAshEnableMagnifierKeyScroller[]; |
32 ASH_EXPORT extern const char kAshEnablePalette[]; | 32 ASH_EXPORT extern const char kAshEnablePalette[]; |
33 ASH_EXPORT extern const char kAshEnablePaletteExperimentalFeatures[]; | 33 ASH_EXPORT extern const char kAshEnablePaletteExperimentalFeatures[]; |
34 ASH_EXPORT extern const char kAshEnablePaletteOnAllDisplays[]; | 34 ASH_EXPORT extern const char kAshEnablePaletteOnAllDisplays[]; |
35 ASH_EXPORT extern const char kAshEnableUnifiedDesktop[]; | 35 ASH_EXPORT extern const char kAshEnableUnifiedDesktop[]; |
36 #endif | 36 #endif |
37 ASH_EXPORT extern const char kAshEnableTouchView[]; | 37 ASH_EXPORT extern const char kAshEnableTouchView[]; |
38 ASH_EXPORT extern const char kAshEnableMirroredScreen[]; | 38 ASH_EXPORT extern const char kAshEnableMirroredScreen[]; |
39 ASH_EXPORT extern const char kAshDisableStableOverviewOrder[]; | 39 ASH_EXPORT extern const char kAshDisableStableOverviewOrder[]; |
40 ASH_EXPORT extern const char kAshEnableStableOverviewOrder[]; | 40 ASH_EXPORT extern const char kAshEnableStableOverviewOrder[]; |
41 ASH_EXPORT extern const char kAshEnableSoftwareMirroring[]; | |
42 ASH_EXPORT extern const char kAshEnableTouchViewTesting[]; | 41 ASH_EXPORT extern const char kAshEnableTouchViewTesting[]; |
43 ASH_EXPORT extern const char kAshHideNotificationsForFactory[]; | 42 ASH_EXPORT extern const char kAshHideNotificationsForFactory[]; |
44 ASH_EXPORT extern const char kAshHostWindowBounds[]; | |
45 ASH_EXPORT extern const char kAshMaterialDesign[]; | 43 ASH_EXPORT extern const char kAshMaterialDesign[]; |
46 ASH_EXPORT extern const char kAshMaterialDesignDisabled[]; | 44 ASH_EXPORT extern const char kAshMaterialDesignDisabled[]; |
47 ASH_EXPORT extern const char kAshMaterialDesignEnabled[]; | 45 ASH_EXPORT extern const char kAshMaterialDesignEnabled[]; |
48 ASH_EXPORT extern const char kAshMaterialDesignExperimental[]; | 46 ASH_EXPORT extern const char kAshMaterialDesignExperimental[]; |
49 ASH_EXPORT extern const char kAshMaxWindowsToUseMaskInOverview[]; | 47 ASH_EXPORT extern const char kAshMaxWindowsToUseMaskInOverview[]; |
50 ASH_EXPORT extern const char kAshMaxWindowsToUseShapeInOverview[]; | 48 ASH_EXPORT extern const char kAshMaxWindowsToUseShapeInOverview[]; |
51 ASH_EXPORT extern const char kAshTouchHud[]; | 49 ASH_EXPORT extern const char kAshTouchHud[]; |
52 ASH_EXPORT extern const char kAshUseFirstDisplayAsInternal[]; | |
53 ASH_EXPORT extern const char kAuraLegacyPowerButton[]; | 50 ASH_EXPORT extern const char kAuraLegacyPowerButton[]; |
54 | 51 |
55 #if defined(OS_CHROMEOS) | 52 #if defined(OS_CHROMEOS) |
56 // True if the pointer (cursor) position should be kept inside root windows. | 53 // True if the pointer (cursor) position should be kept inside root windows. |
57 ASH_EXPORT bool ConstrainPointerToRoot(); | 54 ASH_EXPORT bool ConstrainPointerToRoot(); |
58 #endif | 55 #endif |
59 | 56 |
60 } // namespace switches | 57 } // namespace switches |
61 } // namespace ash | 58 } // namespace ash |
62 | 59 |
63 #endif // ASH_COMMON_ASH_SWITCHES_H_ | 60 #endif // ASH_COMMON_ASH_SWITCHES_H_ |
OLD | NEW |