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

Unified Diff: mojo/shell/switches.cc

Issue 423963004: First cut at "content handling" support in Mojo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more gn Created 6 years, 4 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 | « mojo/shell/switches.h ('k') | mojo/shell/ui_service_loader_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/switches.cc
diff --git a/mojo/shell/switches.cc b/mojo/shell/switches.cc
index c597218f412db44cd90e83186ef5afe7b21a89b8..cf3697f645a76e11413b9c6bd21643d785dff18a 100644
--- a/mojo/shell/switches.cc
+++ b/mojo/shell/switches.cc
@@ -10,6 +10,10 @@ namespace switches {
// |ChildProcess::Type|).
const char kChildProcessType[] = "child-process-type";
+// Comma separated list like:
+// text/html,mojo://mojo_html_viewer,application/bravo,https://abarth.com/bravo
+const char kContentHandlers[] = "content-handlers";
+
// Force dynamically loaded apps / services to be loaded irrespective of cache
// instructions.
const char kDisableCache[] = "disable-cache";
« no previous file with comments | « mojo/shell/switches.h ('k') | mojo/shell/ui_service_loader_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698