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

Unified Diff: shell/switches.h

Issue 974403002: Add --force-in-process flag to shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: amend comment Created 5 years, 10 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 d948eb7d9d181afaeb9d6a7cdcb441a516789e5c..ae5d3086681838c37647df74ccdd702f9ba9faa1 100644
--- a/shell/switches.h
+++ b/shell/switches.h
@@ -19,6 +19,7 @@ extern const char kContentHandlers[];
extern const char kDisableCache[];
extern const char kEnableExternalApplications[];
extern const char kEnableMultiprocess[];
+extern const char kForceInProcess[];
extern const char kHelp[];
extern const char kMapOrigin[];
extern const char kOrigin[];

Powered by Google App Engine
This is Rietveld 408576698