Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1774)

Unified Diff: content/shell/common/layout_test/layout_test_switches.cc

Issue 2448143004: DevTools: add custom-devtools-frontend flag for content shell layout tests (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..8c2c2c4fb86c7fef3becf799237dce20c932b714 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 kDevToolsPath[] = "devtools-path";
+
// Enable accelerated 2D canvas.
const char kEnableAccelerated2DCanvas[] = "enable-accelerated-2d-canvas";

Powered by Google App Engine
This is Rietveld 408576698