Chromium Code Reviews| Index: content/browser/web_contents/render_view_host_manager.h |
| diff --git a/content/browser/web_contents/render_view_host_manager.h b/content/browser/web_contents/render_view_host_manager.h |
| index 9be59d31cceef814f8379acd63619ec7216fa038..060014f1b18d4eb2c2f1884fedc7dcba87e70598 100644 |
| --- a/content/browser/web_contents/render_view_host_manager.h |
| +++ b/content/browser/web_contents/render_view_host_manager.h |
| @@ -162,6 +162,9 @@ class CONTENT_EXPORT RenderViewHostManager |
| // Called when a renderer's main frame navigates. |
| void DidNavigateMainFrame(content::RenderViewHost* render_view_host); |
| + // Called when a renderer has navigated and its frame tree is updated. |
|
Charlie Reis
2012/08/22 22:08:34
nit: and when its frame tree
nasko
2012/08/23 21:55:53
Done.
|
| + void DidUpdateFrameTree(content::RenderViewHost* render_view_host); |
| + |
| // Helper method to create a RenderViewHost. If |swapped_out| is true, it |
| // will be initially placed on the swapped out hosts list. Otherwise, it |
| // will be used for a pending cross-site navigation. |
| @@ -220,7 +223,7 @@ class CONTENT_EXPORT RenderViewHostManager |
| bool IsSwappedOut(content::RenderViewHost* rvh); |
| // Returns the swapped out RenderViewHost for the given SiteInstance, if any. |
| - content::RenderViewHost* GetSwappedOutRenderViewHost( |
| + content::RenderViewHostImpl* GetSwappedOutRenderViewHost( |
| content::SiteInstance* instance); |
| private: |