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 bc879a6dee614117a591e712ddd76d9ef7822c87..acd2e44c4d59d03b0b64459dc1eb97e7494df964 100644 |
--- a/content/shell/common/layout_test/layout_test_switches.cc |
+++ b/content/shell/common/layout_test/layout_test_switches.cc |
@@ -19,6 +19,9 @@ const char kCheckLayoutTestSysDeps[] = "check-layout-test-sys-deps"; |
// causes the leak detector to cause immediate crash when found leak. |
const char kCrashOnFailure[] = "crash-on-failure"; |
+// Run devtools tests in debug mode (not bundled and minified) |
+const char kDebugDevTools[] = "debug-devtools"; |
+ |
// Enable accelerated 2D canvas. |
const char kEnableAccelerated2DCanvas[] = "enable-accelerated-2d-canvas"; |