diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-19 21:33:52 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-19 21:33:52 +0000 |
commit | 66ae9fc86cf6afd8b19c59267fed9d733c0ea69e (patch) | |
tree | ee34306561fa57edcd1c5dbbc2fcaa81da01ffb1 /ash/ash_switches.h | |
parent | 4e41fdaf1fa91272179c8fad444f24c0446e3cbb (diff) | |
download | chromium_src-66ae9fc86cf6afd8b19c59267fed9d733c0ea69e.zip chromium_src-66ae9fc86cf6afd8b19c59267fed9d733c0ea69e.tar.gz chromium_src-66ae9fc86cf6afd8b19c59267fed9d733c0ea69e.tar.bz2 |
ash: Add an about:flags entry for debug keyboard shortcuts.
BUG=131734
TEST=Enable "Debugging keyboard shortcuts" on about:flags.
ctrl-shift-home now toggles DPIness at runtime even in release builds.
Review URL: https://chromiumcodereview.appspot.com/10582021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143054 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 8ebd479..27178c7 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -17,6 +17,7 @@ namespace switches { // Please keep alphabetized. ASH_EXPORT extern const char kAppListShowAppsOnly[]; +ASH_EXPORT extern const char kAshDebugShortcuts[]; ASH_EXPORT extern const char kAshEnableOak[]; ASH_EXPORT extern const char kAshExtendedDesktop[]; ASH_EXPORT extern const char kAshNotifyDisabled[]; |