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

Unified Diff: shell/switches.h

Issue 848013004: Make --gdb work for android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix nits Created 5 years, 11 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: shell/switches.h
diff --git a/shell/switches.h b/shell/switches.h
index 95fd428af046914d6b1edfbfd16e53bd9a09f132..307b8bb1ae219b5c751f6665b51ef31d31cb3730 100644
--- a/shell/switches.h
+++ b/shell/switches.h
@@ -14,12 +14,12 @@ namespace switches {
// alongside the definition of their values in the .cc file and, as needed,
// in mojo_main's Usage() function.
extern const char kArgsFor[];
-extern const char kHelp[];
extern const char kChildProcessType[];
extern const char kContentHandlers[];
extern const char kDisableCache[];
extern const char kEnableExternalApplications[];
extern const char kEnableMultiprocess[];
+extern const char kHelp[];
extern const char kOrigin[];
extern const char kURLMappings[];

Powered by Google App Engine
This is Rietveld 408576698