| 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 acd2e44c4d59d03b0b64459dc1eb97e7494df964..2ef18ff348df1e1029b43280e73610ef5769af75 100644
|
| --- a/content/shell/common/layout_test/layout_test_switches.cc
|
| +++ b/content/shell/common/layout_test/layout_test_switches.cc
|
| @@ -22,6 +22,9 @@ const char kCrashOnFailure[] = "crash-on-failure";
|
| // Run devtools tests in debug mode (not bundled and minified)
|
| const char kDebugDevTools[] = "debug-devtools";
|
|
|
| +// Specify a custom path to devtools for devtools tests
|
| +const char kCustomDevToolsFrontend[] = "custom-devtools-frontend";
|
| +
|
| // Enable accelerated 2D canvas.
|
| const char kEnableAccelerated2DCanvas[] = "enable-accelerated-2d-canvas";
|
|
|
|
|