Index: chrome/browser/renderer_host/browser_render_process_host.h |
=================================================================== |
--- chrome/browser/renderer_host/browser_render_process_host.h (revision 35751) |
+++ chrome/browser/renderer_host/browser_render_process_host.h (working copy) |
@@ -104,6 +104,8 @@ |
friend class VisitRelayingRenderProcessHost; |
// Control message handlers. |
+ void OnPageContents(const GURL& url, int32 page_id, |
+ const std::wstring& contents); |
void OnUpdatedCacheStats(const WebKit::WebCache::UsageStats& stats); |
void SuddenTerminationChanged(bool enabled); |
void OnExtensionAddListener(const std::string& event_name); |