| 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";
|
| +
|
| // Load an NPAPI plugin from the specified path.
|
| const char kLoadPlugin[] = "load-plugin";
|
|
|
|
|