diff options
author | oshima <oshima@chromium.org> | 2015-07-31 18:33:14 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-01 01:34:05 +0000 |
commit | 628a617979598ad6ade68cc7f48815477a2f903a (patch) | |
tree | c2ff77b8cc668c6afa400c7f714f6b4f7764daa6 /ash/ash_switches.h | |
parent | 47d6636cd48907043fd615a51dc00af379db19fe (diff) | |
download | chromium_src-628a617979598ad6ade68cc7f48815477a2f903a.zip chromium_src-628a617979598ad6ade68cc7f48815477a2f903a.tar.gz chromium_src-628a617979598ad6ade68cc7f48815477a2f903a.tar.bz2 |
Allow dynamic enabling/disabling of unified desktop
The default multi display is stored in the layout store first, and which is used by UpdateDisplays later.
Hence no need to update this layout information in
WindowTreeHostManager. current_default_multi_display_mode_ is still necessary because it's also used when switching to/from mirror mode.
This also fixed a bug in the logic to short ids.
BUG=515607
TEST=covered by unittests. manual
Review URL: https://codereview.chromium.org/1261693004
Cr-Commit-Position: refs/heads/master@{#341452}
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 0b5e030..ed8f878 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -51,8 +51,6 @@ ASH_EXPORT extern const char kForceAshToDesktop[]; #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 |