| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index b7786ec809bfc5444b2074a6dd0e55fd19260d21..a6f139e0b2b9d9e18fde9d3796adcb212fc92332 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -815,6 +815,10 @@ const char kTestingFixedHttpsPort[] = "testing-fixed-https-port";
|
| // Type of the current test harness ("browser" or "ui").
|
| const char kTestType[] = "test-type";
|
|
|
| +// 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 kTopDocumentIsolation[] = "top-document-isolation";
|
| +
|
| // Controls how text selection granularity changes when touch text selection
|
| // handles are dragged. Should be "character" or "direction". If not specified,
|
| // the platform default is used.
|
|
|