summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-31 04:27:21 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-31 04:27:21 +0000
commit9e1d40ca627fe22e85c11a16fa71715e50fa66e3 (patch)
treee060652e3c5106accf710fe0b46e81050bfa5e0b /ash/ash_switches.h
parent4d3115cc4a47b80d3bcfe0cd47dedbfc9c57704d (diff)
downloadchromium_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.h')
-rw-r--r--ash/ash_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h
index 5fe01c1..44dfb55 100644
--- a/ash/ash_switches.h
+++ b/ash/ash_switches.h
@@ -15,6 +15,7 @@ namespace switches {
// see chromeos::LoginUtil::GetOffTheRecordCommandLine().)
// Please keep alphabetized.
+ASH_EXPORT extern const char kAshConstrainPointerToRoot[];
ASH_EXPORT extern const char kAshDebugShortcuts[];
ASH_EXPORT extern const char kAshEnableAdvancedGestures[];
ASH_EXPORT extern const char kAshEnableOak[];