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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2367003002: DevTools: allow passing command line flags into devtools front-end. (Closed)
Patch Set: same Created 4 years, 3 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 | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 36b6d48046a2c14c0d9c31a3c0636104796fc7ef..5a58441c68e3e641d49d4687358d5307eed1e598 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -153,6 +153,9 @@ const char kDebugEnableFrameToggle[] = "debug-enable-frame-toggle";
// apps.
const char kDebugPackedApps[] = "debug-packed-apps";
+// Passes command line parameters to the DevTools front-end.
+const char kDevToolsFlags[] = "devtools-flags";
+
// Triggers a plethora of diagnostic modes.
const char kDiagnostics[] = "diagnostics";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698