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 17 matching lines...) Expand all Loading... |
28 ASH_EXPORT extern const char kAshDefaultWallpaperSmall[]; | 28 ASH_EXPORT extern const char kAshDefaultWallpaperSmall[]; |
29 ASH_EXPORT extern const char kAshDisableAlternateShelfLayout[]; | 29 ASH_EXPORT extern const char kAshDisableAlternateShelfLayout[]; |
30 #if defined(OS_CHROMEOS) | 30 #if defined(OS_CHROMEOS) |
31 ASH_EXPORT extern const char kAshDisableAudioDeviceMenu[]; | 31 ASH_EXPORT extern const char kAshDisableAudioDeviceMenu[]; |
32 #endif | 32 #endif |
33 ASH_EXPORT extern const char kAshDisableAlternateFrameCaptionButtonStyle[]; | 33 ASH_EXPORT extern const char kAshDisableAlternateFrameCaptionButtonStyle[]; |
34 ASH_EXPORT extern const char kAshDisableAutoMaximizing[]; | 34 ASH_EXPORT extern const char kAshDisableAutoMaximizing[]; |
35 ASH_EXPORT extern const char kAshDisableDisplayChangeLimiter[]; | 35 ASH_EXPORT extern const char kAshDisableDisplayChangeLimiter[]; |
36 ASH_EXPORT extern const char kAshDisableDragOffShelf[]; | 36 ASH_EXPORT extern const char kAshDisableDragOffShelf[]; |
37 ASH_EXPORT extern const char kAshDisableImmersiveFullscreen[]; | 37 ASH_EXPORT extern const char kAshDisableImmersiveFullscreen[]; |
38 ASH_EXPORT extern const char kAshDisableNewLockAnimations[]; | |
39 ASH_EXPORT extern const char kAshDisableOverviewMode[]; | 38 ASH_EXPORT extern const char kAshDisableOverviewMode[]; |
40 ASH_EXPORT extern const char kAshDisableDragAndDropAppListToLauncher[]; | 39 ASH_EXPORT extern const char kAshDisableDragAndDropAppListToLauncher[]; |
41 #if defined(OS_CHROMEOS) | 40 #if defined(OS_CHROMEOS) |
42 ASH_EXPORT extern const char kAshDisableSoftwareMirroring[]; | 41 ASH_EXPORT extern const char kAshDisableSoftwareMirroring[]; |
43 ASH_EXPORT extern const char kAshDisableUsbChargerNotification[]; | 42 ASH_EXPORT extern const char kAshDisableUsbChargerNotification[]; |
44 ASH_EXPORT extern const char kAshEnableAudioDeviceMenu[]; | 43 ASH_EXPORT extern const char kAshEnableAudioDeviceMenu[]; |
45 #endif | 44 #endif |
46 ASH_EXPORT extern const char kAshEnableAdvancedGestures[]; | 45 ASH_EXPORT extern const char kAshEnableAdvancedGestures[]; |
47 ASH_EXPORT extern const char kAshEnableAlternateFrameCaptionButtonStyle[]; | 46 ASH_EXPORT extern const char kAshEnableAlternateFrameCaptionButtonStyle[]; |
48 ASH_EXPORT extern const char kAshEnableBrightnessControl[]; | 47 ASH_EXPORT extern const char kAshEnableBrightnessControl[]; |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 | 101 |
103 // 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 |
104 // is connected. | 103 // is connected. |
105 ASH_EXPORT bool UseUsbChargerNotification(); | 104 ASH_EXPORT bool UseUsbChargerNotification(); |
106 #endif | 105 #endif |
107 | 106 |
108 } // namespace switches | 107 } // namespace switches |
109 } // namespace ash | 108 } // namespace ash |
110 | 109 |
111 #endif // ASH_ASH_SWITCHES_H_ | 110 #endif // ASH_ASH_SWITCHES_H_ |
OLD | NEW |