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_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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 #endif | 51 #endif |
52 ASH_EXPORT extern const char kAshEnableOak[]; | 52 ASH_EXPORT extern const char kAshEnableOak[]; |
53 ASH_EXPORT extern const char kAshEnableSoftwareMirroring[]; | 53 ASH_EXPORT extern const char kAshEnableSoftwareMirroring[]; |
54 ASH_EXPORT extern const char kAshEnableStickyEdges[]; | 54 ASH_EXPORT extern const char kAshEnableStickyEdges[]; |
55 ASH_EXPORT extern const char kAshEnableTrayDragging[]; | 55 ASH_EXPORT extern const char kAshEnableTrayDragging[]; |
56 ASH_EXPORT extern const char kAshForceMirrorMode[]; | 56 ASH_EXPORT extern const char kAshForceMirrorMode[]; |
57 ASH_EXPORT extern const char kAshGuestWallpaperLarge[]; | 57 ASH_EXPORT extern const char kAshGuestWallpaperLarge[]; |
58 ASH_EXPORT extern const char kAshGuestWallpaperSmall[]; | 58 ASH_EXPORT extern const char kAshGuestWallpaperSmall[]; |
59 ASH_EXPORT extern const char kAshHideNotificationsForFactory[]; | 59 ASH_EXPORT extern const char kAshHideNotificationsForFactory[]; |
60 ASH_EXPORT extern const char kAshHostWindowBounds[]; | 60 ASH_EXPORT extern const char kAshHostWindowBounds[]; |
61 ASH_EXPORT extern const char kAshOemWallpaperLarge[]; | |
62 ASH_EXPORT extern const char kAshOemWallpaperSmall[]; | |
63 ASH_EXPORT extern const char kAshOverviewDelayOnAltTab[]; | 61 ASH_EXPORT extern const char kAshOverviewDelayOnAltTab[]; |
64 ASH_EXPORT extern const char kAshSecondaryDisplayLayout[]; | 62 ASH_EXPORT extern const char kAshSecondaryDisplayLayout[]; |
65 ASH_EXPORT extern const char kAshTouchHud[]; | 63 ASH_EXPORT extern const char kAshTouchHud[]; |
66 ASH_EXPORT extern const char kAshUseAlternateShelfLayout[]; | 64 ASH_EXPORT extern const char kAshUseAlternateShelfLayout[]; |
67 ASH_EXPORT extern const char kAshUseFirstDisplayAsInternal[]; | 65 ASH_EXPORT extern const char kAshUseFirstDisplayAsInternal[]; |
68 ASH_EXPORT extern const char kAuraLegacyPowerButton[]; | 66 ASH_EXPORT extern const char kAuraLegacyPowerButton[]; |
69 #if defined(OS_WIN) | 67 #if defined(OS_WIN) |
70 ASH_EXPORT extern const char kForceAshToDesktop[]; | 68 ASH_EXPORT extern const char kForceAshToDesktop[]; |
71 #endif | 69 #endif |
72 ASH_EXPORT extern const char kShowShelfAlignmentMenu[]; | 70 ASH_EXPORT extern const char kShowShelfAlignmentMenu[]; |
(...skipping 30 matching lines...) Expand all Loading... |
103 | 101 |
104 // Returns true if a notification should appear when a low-power USB charger | 102 // Returns true if a notification should appear when a low-power USB charger |
105 // is connected. | 103 // is connected. |
106 ASH_EXPORT bool UseUsbChargerNotification(); | 104 ASH_EXPORT bool UseUsbChargerNotification(); |
107 #endif | 105 #endif |
108 | 106 |
109 } // namespace switches | 107 } // namespace switches |
110 } // namespace ash | 108 } // namespace ash |
111 | 109 |
112 #endif // ASH_ASH_SWITCHES_H_ | 110 #endif // ASH_ASH_SWITCHES_H_ |
OLD | NEW |