| Index: content/shell/common/layout_test/layout_test_switches.cc
|
| diff --git a/content/shell/common/layout_test/layout_test_switches.cc b/content/shell/common/layout_test/layout_test_switches.cc
|
| index 46cf86470b0d9b37feab4c7d3b0b3c477dd63a24..bc879a6dee614117a591e712ddd76d9ef7822c87 100644
|
| --- a/content/shell/common/layout_test/layout_test_switches.cc
|
| +++ b/content/shell/common/layout_test/layout_test_switches.cc
|
| @@ -35,10 +35,6 @@ const char kEnableLeakDetection[] = "enable-leak-detection";
|
| // Encode binary layout test results (images, audio) using base64.
|
| const char kEncodeBinary[] = "encode-binary";
|
|
|
| -// 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";
|
| -
|
| // Request the render trees of pages to be dumped as text once they have
|
| // finished loading.
|
| const char kRunLayoutTest[] = "run-layout-test";
|
|
|