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

Unified Diff: content/public/common/content_switches.cc

Issue 11572036: Do not load extension system in the Profile import process. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: comment about test-only function Created 8 years 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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index b551191703d657acfc5483116bfbbde574efb283..211bb8dd21e9626fd63016a858ccefae17a49696 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -464,6 +464,9 @@ const char kInProcessWebGL[] = "in-process-webgl";
// Specifies the flags passed to JS engine
const char kJavaScriptFlags[] = "js-flags";
+// Specifies whether a forked browser process should always run BrowserMain.
+const char kLaunchAsBrowser[] = "as-browser";
Jói 2012/12/17 13:46:16 It feels a bit weird to promote this to a publicly
tapted 2012/12/18 02:25:58 I've put up an alternative that removes the change
+
// Load an NPAPI plugin from the specified path.
const char kLoadPlugin[] = "load-plugin";

Powered by Google App Engine
This is Rietveld 408576698