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

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

Issue 2955123002: Mojo-ify ShellViewHostMsg_LayoutDumpResponse. (Closed)
Patch Set: 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
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 e854c88fb20d881314a242a135dd7e4e91f8c76d..b7b3999dd390011b1f0610932bacd3b4f46aa094 100644
--- a/content/shell/browser/layout_test/blink_test_controller.h
+++ b/content/shell/browser/layout_test/blink_test_controller.h
@@ -159,8 +159,6 @@ class BlinkTestController : public WebContentsObserver,
// WebContentsObserver implementation.
bool OnMessageReceived(const IPC::Message& message) override;
- bool OnMessageReceived(const IPC::Message& message,
- RenderFrameHost* render_frame_host) override;
void PluginCrashed(const base::FilePath& plugin_path,
base::ProcessId plugin_pid) override;
void RenderFrameCreated(RenderFrameHost* render_frame_host) override;
@@ -204,7 +202,8 @@ class BlinkTestController : public WebContentsObserver,
void OnImageDump(const std::string& actual_pixel_hash, const SkBitmap& image);
void OnTextDump(const std::string& dump);
void OnInitiateLayoutDump();
- void OnLayoutDumpResponse(RenderFrameHost* sender, const std::string& dump);
+ void OnDumpFrameLayoutResponse(int frame_tree_node_id,
+ const std::string& dump);
void OnPrintMessageToStderr(const std::string& message);
void OnPrintMessage(const std::string& message);
void OnOverridePreferences(const WebPreferences& prefs);
« no previous file with comments | « no previous file | content/shell/browser/layout_test/blink_test_controller.cc » ('j') | content/shell/common/layout_test.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698