diff options
Diffstat (limited to 'content/shell/shell_render_view_host_observer.h')
-rw-r--r-- | content/shell/shell_render_view_host_observer.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/shell/shell_render_view_host_observer.h b/content/shell/shell_render_view_host_observer.h index f1ba449..c234a1d 100644 --- a/content/shell/shell_render_view_host_observer.h +++ b/content/shell/shell_render_view_host_observer.h @@ -24,6 +24,14 @@ class ShellRenderViewHostObserver : public RenderViewHostObserver { // Message handlers. void OnTextDump(const std::string& dump); + // layoutTestController handlers. + void OnNotifyDone(); + void OnDumpAsText(); + void OnDumpChildFramesAsText(); + void OnWaitUntilDone(); + + bool dump_child_frames_; + DISALLOW_COPY_AND_ASSIGN(ShellRenderViewHostObserver); }; |