| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 5b169ba987df32d90d8d518458d663c99c954398..c2c072495803e41e7a2848c61e01bf623990b734 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -587,6 +587,10 @@ const char kInProcessGPU[] = "in-process-gpu";
|
| // connection from the browser before killing itself.
|
| const char kIPCConnectionTimeout[] = "ipc-connection-timeout";
|
|
|
| +// Groups all out-of-process iframes to a different process from the process
|
| +// of the top document. This is a performance isolation mode.
|
| +const char kIsolateTopDocument[] = "isolate-top-document";
|
| +
|
| // Specifies the flags passed to JS engine
|
| const char kJavaScriptFlags[] = "js-flags";
|
|
|
|
|