Chromium Code Reviews| 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..6c7c6af9fcb2d4ae496b5bf52a7e357af6b8a3e5 100644 |
| --- a/content/shell/common/layout_test.mojom |
| +++ b/content/shell/common/layout_test.mojom |
| @@ -37,7 +37,7 @@ struct ShellTestConfiguration { |
| interface LayoutTestControl { |
| // Asks a frame to dump its contents into a string and send them back over |
| // IPC. |
|
alexmos
2017/06/27 21:35:48
nit: s/them/it/ and perhaps remove "over IPC"
Łukasz Anforowicz
2017/06/27 22:17:41
I've changed the entire comment.
|
| - LayoutDumpRequest(); |
| + 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. |