Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3325)

Unified Diff: ash/ash_switches.cc

Issue 9662022: Basic skeleton of a window/layer/view inspector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash_switches.h ('k') | build/all.gyp » ('j') | ui/oak/oak.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_switches.cc
===================================================================
--- ash/ash_switches.cc (revision 125863)
+++ ash/ash_switches.cc (working copy)
@@ -10,6 +10,9 @@
// 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";
« no previous file with comments | « ash/ash_switches.h ('k') | build/all.gyp » ('j') | ui/oak/oak.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698