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

Side by Side Diff: ash/ash_switches.h

Issue 24980006: ash: Remove old lock animation implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove StartShutdownAnimationImpl() and duplicate include Created 7 years, 2 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 | Annotate | Revision Log
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 17 matching lines...) Expand all
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 99
101 // Returns true if a notification should appear when a low-power USB charger 100 // Returns true if a notification should appear when a low-power USB charger
102 // is connected. 101 // is connected.
103 ASH_EXPORT bool UseUsbChargerNotification(); 102 ASH_EXPORT bool UseUsbChargerNotification();
104 #endif 103 #endif
105 104
106 } // namespace switches 105 } // namespace switches
107 } // namespace ash 106 } // namespace ash
108 107
109 #endif // ASH_ASH_SWITCHES_H_ 108 #endif // ASH_ASH_SWITCHES_H_
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/ash_switches.cc » ('j') | ash/wm/power_button_controller_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698