| Index: content/public/browser/render_view_host.h
|
| diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h
|
| index f3f6f2610143c0b1b604442ece2d530f6e55b83e..d19d4fbac421850fc8aefb7f76b2ef95cc774e25 100644
|
| --- a/content/public/browser/render_view_host.h
|
| +++ b/content/public/browser/render_view_host.h
|
| @@ -239,6 +239,10 @@ class CONTENT_EXPORT RenderViewHost : virtual public RenderWidgetHost {
|
| // Reloads the current focused frame.
|
| virtual void ReloadFrame() = 0;
|
|
|
| + // Retrieves a JSON serialized representation of the frame tree for the
|
| + // current document in the render view.
|
| + virtual const std::string& GetFrameTree() = 0;
|
| +
|
| // Sets the alternate error page URL (link doctor) for the renderer process.
|
| virtual void SetAltErrorPageURL(const GURL& url) = 0;
|
|
|
|
|