summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.h
diff options
context:
space:
mode:
authoroshima <oshima@chromium.org>2015-04-27 16:27:03 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-27 23:27:21 +0000
commit55ef921cb46ae2b1a95ddda8a376120db53eee69 (patch)
treed3b7ca8e0b457fe20567851b820ba5a6cdb5f77c /ash/ash_switches.h
parent172214038410fb835cc36721fcc2dc7b7a7dd5fd (diff)
downloadchromium_src-55ef921cb46ae2b1a95ddda8a376120db53eee69.zip
chromium_src-55ef921cb46ae2b1a95ddda8a376120db53eee69.tar.gz
chromium_src-55ef921cb46ae2b1a95ddda8a376120db53eee69.tar.bz2
Add unified desktop flag "--ash-enable-unified-desktop"
Enhanced MirrorWindowController to manage multiple mirroring windows. BUG=365662 Review URL: https://codereview.chromium.org/1107733006 Cr-Commit-Position: refs/heads/master@{#327172}
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r--ash/ash_switches.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h
index 40aba02..171272f 100644
--- a/ash/ash_switches.h
+++ b/ash/ash_switches.h
@@ -18,7 +18,6 @@ namespace switches {
// Please keep alphabetized.
ASH_EXPORT extern const char kAshAnimateFromBootSplashScreen[];
-ASH_EXPORT extern const char kAshConstrainPointerToRoot[];
ASH_EXPORT extern const char kAshCopyHostBackgroundAtBoot[];
ASH_EXPORT extern const char kAshDebugShortcuts[];
ASH_EXPORT extern const char kAshDisableLockLayoutManager[];
@@ -47,6 +46,13 @@ ASH_EXPORT extern const char kAuraLegacyPowerButton[];
ASH_EXPORT extern const char kForceAshToDesktop[];
#endif
+#if defined(OS_CHROMEOS)
+// True if the pointer (cursor) position should be kept inside root windows.
+ASH_EXPORT bool ConstrainPointerToRoot();
+
+ASH_EXPORT bool UnifiedDesktopEnabled();
+#endif
+
} // namespace switches
} // namespace ash