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

Side by Side Diff: ash/ash_switches.h

Issue 68513005: ash: Remove old OEM wallpaper flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | ash/ash_switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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_
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698