diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-19 20:03:02 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-19 20:03:02 +0000 |
commit | 31d25b5c0062cdf328cc46b80bebab20884a6ffe (patch) | |
tree | e8c67ff7ab66b549e32e9e7be6b4240f38324f33 /ash/ash_switches.h | |
parent | 2e9fbc9e820bf92af4391243e929a5e10a17972e (diff) | |
download | chromium_src-31d25b5c0062cdf328cc46b80bebab20884a6ffe.zip chromium_src-31d25b5c0062cdf328cc46b80bebab20884a6ffe.tar.gz chromium_src-31d25b5c0062cdf328cc46b80bebab20884a6ffe.tar.bz2 |
Try to enable software mirror mode in UI message loop after Init()
This wasn't necessary because chrome used to get extra
event. We know ignore redundant events and may not process
any display change event, so we need to explicitly run
extra task to see if we need to create mirror window.
BUG=293015
TEST=see bug for manual test. Also covered by unit test.
Review URL: https://chromiumcodereview.appspot.com/23620060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224197 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 6470be4..2df67f6 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -52,6 +52,7 @@ ASH_EXPORT extern const char kAshEnableMemoryMonitor[]; #endif ASH_EXPORT extern const char kAshEnableImmersiveFullscreen[]; ASH_EXPORT extern const char kAshEnableOak[]; +ASH_EXPORT extern const char kAshEnableSoftwareMirroring[]; ASH_EXPORT extern const char kAshEnableStickyEdges[]; ASH_EXPORT extern const char kAshEnableTrayDragging[]; ASH_EXPORT extern const char kAshForceMirrorMode[]; |