diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-31 04:27:21 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-31 04:27:21 +0000 |
commit | 9e1d40ca627fe22e85c11a16fa71715e50fa66e3 (patch) | |
tree | e060652e3c5106accf710fe0b46e81050bfa5e0b /ash/ash_switches.cc | |
parent | 4d3115cc4a47b80d3bcfe0cd47dedbfc9c57704d (diff) | |
download | chromium_src-9e1d40ca627fe22e85c11a16fa71715e50fa66e3.zip chromium_src-9e1d40ca627fe22e85c11a16fa71715e50fa66e3.tar.gz chromium_src-9e1d40ca627fe22e85c11a16fa71715e50fa66e3.tar.bz2 |
Disable pointer barrier on desktop by default.
Added flag to enable it.
BUG=145836
TEST=run on precise desktop. you can move mouse out of the ash window.
Review URL: https://chromiumcodereview.appspot.com/10911023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154373 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 8440387..9c5bca0 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -7,6 +7,9 @@ namespace ash { namespace switches { +// Constrains the pointer movement within a root window on desktop. +const char kAshConstrainPointerToRoot[] = "ash-constrain-pointer-to-root"; + // Enable keyboard shortcuts useful for debugging. const char kAshDebugShortcuts[] = "ash-debug-shortcuts"; |