| 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.
 | 
| 
 |