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

Side by Side Diff: ash/ash_switches.h

Issue 16900002: Added flag for alternate launcher settings (remaining changes to come). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated description and string Created 7 years, 6 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
« 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 ASH_EXPORT extern const char kAshEnableImmersiveFullscreen[]; 43 ASH_EXPORT extern const char kAshEnableImmersiveFullscreen[];
44 ASH_EXPORT extern const char kAshEnableOak[]; 44 ASH_EXPORT extern const char kAshEnableOak[];
45 ASH_EXPORT extern const char kAshEnableStickyEdges[]; 45 ASH_EXPORT extern const char kAshEnableStickyEdges[];
46 ASH_EXPORT extern const char kAshEnableTrayDragging[]; 46 ASH_EXPORT extern const char kAshEnableTrayDragging[];
47 ASH_EXPORT extern const char kAshEnableWorkspaceScrubbing[]; 47 ASH_EXPORT extern const char kAshEnableWorkspaceScrubbing[];
48 ASH_EXPORT extern const char kAshForceMirrorMode[]; 48 ASH_EXPORT extern const char kAshForceMirrorMode[];
49 ASH_EXPORT extern const char kAshHostWindowBounds[]; 49 ASH_EXPORT extern const char kAshHostWindowBounds[];
50 ASH_EXPORT extern const char kAshImmersiveHideTabIndicators[]; 50 ASH_EXPORT extern const char kAshImmersiveHideTabIndicators[];
51 ASH_EXPORT extern const char kAshSecondaryDisplayLayout[]; 51 ASH_EXPORT extern const char kAshSecondaryDisplayLayout[];
52 ASH_EXPORT extern const char kAshTouchHud[]; 52 ASH_EXPORT extern const char kAshTouchHud[];
53 ASH_EXPORT extern const char kAshUseAlternateShelfLayout[];
53 ASH_EXPORT extern const char kAshUseFirstDisplayAsInternal[]; 54 ASH_EXPORT extern const char kAshUseFirstDisplayAsInternal[];
54 ASH_EXPORT extern const char kAuraLegacyPowerButton[]; 55 ASH_EXPORT extern const char kAuraLegacyPowerButton[];
55 #if defined(OS_WIN) 56 #if defined(OS_WIN)
56 ASH_EXPORT extern const char kForceAshToDesktop[]; 57 ASH_EXPORT extern const char kForceAshToDesktop[];
57 #endif 58 #endif
58 ASH_EXPORT extern const char kForcedMaximizeMode[]; 59 ASH_EXPORT extern const char kForcedMaximizeMode[];
59 60
60 // Returns true if new audio handler should be used. 61 // Returns true if new audio handler should be used.
61 ASH_EXPORT bool UseNewAudioHandler(); 62 ASH_EXPORT bool UseNewAudioHandler();
62 63
63 // Returns true if we should show the audio device switching UI. 64 // Returns true if we should show the audio device switching UI.
64 ASH_EXPORT bool ShowAudioDeviceMenu(); 65 ASH_EXPORT bool ShowAudioDeviceMenu();
65 66
67 // Returns true if the alternate shelf layout should be used.
68 ASH_EXPORT bool UseAlternateShelfLayout();
69
66 } // namespace switches 70 } // namespace switches
67 } // namespace ash 71 } // namespace ash
68 72
69 #endif // ASH_ASH_SWITCHES_H_ 73 #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