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

Unified Diff: content/shell/browser/layout_test/blink_test_controller.h

Issue 2942573003: [DevTools] New harness for inspector-protocol layout tests (Closed)
Patch Set: Protocol -> dp Created 3 years, 6 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
« no previous file with comments | « content/shell/browser/DEPS ('k') | content/shell/browser/layout_test/blink_test_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/layout_test/blink_test_controller.h
diff --git a/content/shell/browser/layout_test/blink_test_controller.h b/content/shell/browser/layout_test/blink_test_controller.h
index a96d88844c84626b5f93bbb689198eccb86087b9..d2472582cedbeb938cd26be98aabc3329e6c3c34 100644
--- a/content/shell/browser/layout_test/blink_test_controller.h
+++ b/content/shell/browser/layout_test/blink_test_controller.h
@@ -38,6 +38,7 @@ class SkBitmap;
namespace content {
+class DevToolsProtocolTestBindings;
class LayoutTestBluetoothChooserFactory;
class LayoutTestDevToolsBindings;
class RenderFrameHost;
@@ -235,6 +236,8 @@ class BlinkTestController : public WebContentsObserver,
Shell* devtools_window_;
std::unique_ptr<LayoutTestDevToolsBindings> devtools_bindings_;
+ std::unique_ptr<DevToolsProtocolTestBindings>
+ devtools_protocol_test_bindings_;
// The PID of the render process of the render view host of main_window_.
int current_pid_;
« no previous file with comments | « content/shell/browser/DEPS ('k') | content/shell/browser/layout_test/blink_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698