summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.h
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-17 01:44:41 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-17 01:44:41 +0000
commit7307474f771ee48241f2769edd19e3aea62c4031 (patch)
treec24d283dd099e568269a53885b939d099e071d8d /ash/ash_switches.h
parent96191d56d125050904d21a4a7e5585ad1bbaee05 (diff)
downloadchromium_src-7307474f771ee48241f2769edd19e3aea62c4031.zip
chromium_src-7307474f771ee48241f2769edd19e3aea62c4031.tar.gz
chromium_src-7307474f771ee48241f2769edd19e3aea62c4031.tar.bz2
ash: Add a heads-up display to track touch-point states and positions.
The command-line flag to turn on the HUD is --ash-touch-hud. It can also be turned on from about:flags BUG=none TEST=manually Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137549 Review URL: https://chromiumcodereview.appspot.com/10386178 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137605 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 fd6b091..8519cc7 100644
--- a/ash/ash_switches.h
+++ b/ash/ash_switches.h
@@ -18,6 +18,7 @@ namespace switches {
// Please keep alphabetized.
ASH_EXPORT extern const char kAshEnableOak[];
ASH_EXPORT extern const char kAshNotify[];
+ASH_EXPORT extern const char kAshTouchHud[];
ASH_EXPORT extern const char kAuraGoogleDialogFrames[];
ASH_EXPORT extern const char kAuraLegacyPowerButton[];
ASH_EXPORT extern const char kAuraNoShadows[];