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

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: nit Created 4 years, 1 month 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..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";
« no previous file with comments | « content/shell/common/layout_test/layout_test_switches.h ('k') | third_party/WebKit/Source/devtools/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698