diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-12 20:38:01 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-12 20:38:01 +0000 |
commit | 3cd198a2911ac90e70e50b4c5e34ee3982ea9769 (patch) | |
tree | 5aeb1cfb14fd64d76320425c3a076fc07c0c427d /ash/ash_switches.cc | |
parent | 349f10bc01e0062c55d60a861972bac252cfb7ce (diff) | |
download | chromium_src-3cd198a2911ac90e70e50b4c5e34ee3982ea9769.zip chromium_src-3cd198a2911ac90e70e50b4c5e34ee3982ea9769.tar.gz chromium_src-3cd198a2911ac90e70e50b4c5e34ee3982ea9769.tar.bz2 |
Basic skeleton of a window/layer/view inspector.
Ctrl+Shift+F1 brings it up.
http://crbug.com/97266
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9662022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126207 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 88f3a3a..42feeb0 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -10,6 +10,9 @@ namespace switches { // Use the in-progress uber system tray. const char kAshUberTray[] = "ash-uber-tray"; +// Enables the Oak tree viewer. +const char kAshEnableOak[] = "ash-enable-oak"; + // Use Google-style dialog box frames. const char kAuraGoogleDialogFrames[] = "aura-google-dialog-frames"; |