Index: chrome/browser/renderer_host/browser_render_process_host.h |
=================================================================== |
--- chrome/browser/renderer_host/browser_render_process_host.h (revision 35721) |
+++ chrome/browser/renderer_host/browser_render_process_host.h (working copy) |
@@ -104,8 +104,6 @@ |
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); |