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

Side by Side Diff: ash/ash_switches.h

Issue 1261693004: Allow dynamic enabling/disabling of unified desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « ash/accelerators/debug_commands.cc ('k') | 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 ASH_EXPORT extern const char kAshTouchHud[]; 44 ASH_EXPORT extern const char kAshTouchHud[];
45 ASH_EXPORT extern const char kAshUseFirstDisplayAsInternal[]; 45 ASH_EXPORT extern const char kAshUseFirstDisplayAsInternal[];
46 ASH_EXPORT extern const char kAuraLegacyPowerButton[]; 46 ASH_EXPORT extern const char kAuraLegacyPowerButton[];
47 #if defined(OS_WIN) 47 #if defined(OS_WIN)
48 ASH_EXPORT extern const char kForceAshToDesktop[]; 48 ASH_EXPORT extern const char kForceAshToDesktop[];
49 #endif 49 #endif
50 50
51 #if defined(OS_CHROMEOS) 51 #if defined(OS_CHROMEOS)
52 // True if the pointer (cursor) position should be kept inside root windows. 52 // True if the pointer (cursor) position should be kept inside root windows.
53 ASH_EXPORT bool ConstrainPointerToRoot(); 53 ASH_EXPORT bool ConstrainPointerToRoot();
54
55 ASH_EXPORT bool UnifiedDesktopEnabled();
56 #endif 54 #endif
57 55
58 } // namespace switches 56 } // namespace switches
59 } // namespace ash 57 } // namespace ash
60 58
61 #endif // ASH_ASH_SWITCHES_H_ 59 #endif // ASH_ASH_SWITCHES_H_
OLDNEW
« no previous file with comments | « ash/accelerators/debug_commands.cc ('k') | ash/ash_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698