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

Unified Diff: mojo/shell/switches.h

Issue 658503003: Enables specifying mojo url mapping on command line (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks Created 6 years, 2 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: mojo/shell/switches.h
diff --git a/mojo/shell/switches.h b/mojo/shell/switches.h
index e543c622ff4b4c95c0888280cff496497034f3b6..6f0dee284db864efb247907a1132a8661422ab70 100644
--- a/mojo/shell/switches.h
+++ b/mojo/shell/switches.h
@@ -19,6 +19,7 @@ extern const char kEnableExternalApplications[];
extern const char kEnableMultiprocess[];
extern const char kOrigin[];
extern const char kSpy[];
+extern const char kURLMappings[];
} // namespace switches
#endif // MOJO_SHELL_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698