| Index: content/shell/common/shell_switches.cc
|
| diff --git a/content/shell/common/shell_switches.cc b/content/shell/common/shell_switches.cc
|
| index 09a38175c1a96cf8660161451f009d46811ef0ca..cf4280b415ab485d0c0cf68e2ae93c2214beacb9 100644
|
| --- a/content/shell/common/shell_switches.cc
|
| +++ b/content/shell/common/shell_switches.cc
|
| @@ -19,6 +19,10 @@ const char kContentShellDataPath[] = "data-path";
|
| // The directory breakpad should store minidumps in.
|
| const char kCrashDumpsDir[] = "crash-dumps-dir";
|
|
|
| +// Exposes the window.internals object to JavaScript for interactive development
|
| +// and debugging of layout tests that rely on it.
|
| +const char kExposeInternalsForTesting[] = "expose-internals-for-testing";
|
| +
|
| // Enable site isolation (--site-per-process style isolation) for a subset of
|
| // sites. The argument is a wildcard pattern which will be matched against the
|
| // site URL to determine which sites to isolate. This can be used to isolate
|
|
|