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

Unified Diff: chrome/browser/about_flags.cc

Issue 12212174: Add flag in about:flags page to enable / disable apps-devtool. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 5be1afbab5fddb5636650be4d889a6e9dd3ed0ff..e853ec1a691cff08a093699ecd54366f109fb8d8 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1282,6 +1282,13 @@ const Experiment kExperiments[] = {
kOsDesktop,
SINGLE_VALUE_TYPE(switches::kEnableUserMediaScreenCapturing)
},
+ {
+ "enable-apps-devtool-app",
+ IDS_FLAGS_ENABLE_APPS_DEVTOOL_APP_NAME,
+ IDS_FLAGS_ENABLE_APPS_DEVTOOL_APP_DESCRIPTION,
+ kOsDesktop,
+ SINGLE_VALUE_TYPE(switches::kAppsDevtool)
+ },
};
const Experiment* experiments = kExperiments;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/api/developer_private/developer_private_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698