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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11411133: Add command line flag to enable/disable apps_debugger. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: rebase Created 8 years, 1 month 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 a4544085f5b323efd9af9c4602e9f17221881089..a4e9a466f4db0be2fdbb847a5b22ab4708553ed7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -65,6 +65,9 @@ const char kAppId[] = "app-id";
// mode.
const char kApp[] = "app";
+// Flag to enable apps_debugger app.
+const char kAppsDebugger[] = "apps-debugger";
+
// Specifies the initial size for application windows launched with --app.
// --app-window-size=w,h
const char kAppWindowSize[] = "app-window-size";
« 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