Index: chrome/browser/renderer_host/render_view_host_delegate.h |
=================================================================== |
--- chrome/browser/renderer_host/render_view_host_delegate.h (revision 35721) |
+++ chrome/browser/renderer_host/render_view_host_delegate.h (working copy) |
@@ -217,6 +217,12 @@ |
virtual void OnDidGetApplicationInfo( |
int32 page_id, |
const webkit_glue::WebApplicationInfo& app_info) = 0; |
+ |
+ // Notification that the contents of the page has been loaded. |
+ virtual void OnPageContents(const GURL& url, |
+ int renderer_process_id, |
+ int32 page_id, |
+ const std::wstring& contents) = 0; |
}; |
// Resource ------------------------------------------------------------------ |