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

Unified Diff: chrome/browser/about_flags.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
Index: chrome/browser/about_flags.cc
===================================================================
--- chrome/browser/about_flags.cc (revision 125863)
+++ chrome/browser/about_flags.cc (working copy)
@@ -567,6 +567,13 @@
kOsAll,
SINGLE_VALUE_TYPE(ash::switches::kAshUberTray),
},
+ {
+ "enable-ash-oak",
+ IDS_FLAGS_ENABLE_ASH_OAK_NAME,
+ IDS_FLAGS_ENABLE_ASH_OAK_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(ash::switches::kAshEnableOak),
+ },
#endif
{
"enable-devtools-experiments",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | ui/oak/oak.gyp » ('j') | ui/oak/oak.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698