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

Unified Diff: content/shell/common/layout_test.mojom

Issue 2955123002: Mojo-ify ShellViewHostMsg_LayoutDumpResponse. (Closed)
Patch Set: Addressed CR feedback from alexmos@. 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/layout_test/blink_test_controller.cc ('k') | content/shell/common/shell_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/common/layout_test.mojom
diff --git a/content/shell/common/layout_test.mojom b/content/shell/common/layout_test.mojom
index dd61553f4ecc53ef400cb7fb93457871bbca441e..19146dd52f7eb4ecc940b1c224bdb98694e00f68 100644
--- a/content/shell/common/layout_test.mojom
+++ b/content/shell/common/layout_test.mojom
@@ -35,9 +35,8 @@ struct ShellTestConfiguration {
};
interface LayoutTestControl {
- // Asks a frame to dump its contents into a string and send them back over
- // IPC.
- LayoutDumpRequest();
+ // Dumps the frame's contents into a string.
+ DumpFrameLayout() => (string frame_layout_dump);
// Replicates test config (for an already started test) to a new renderer
// that hosts parts of the main test window.
« no previous file with comments | « content/shell/browser/layout_test/blink_test_controller.cc ('k') | content/shell/common/shell_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698