Index: content/browser/renderer_host/render_process_host_impl.h |
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
index f3050d98f9e285fc2fd10cde8443b94942ca6cef..3a8d2f6d4a3d010430ecd6d2ace0f77bc2dfb238 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -299,7 +299,6 @@ class CONTENT_EXPORT RenderProcessHostImpl |
void OnShutdownRequest(); |
void SuddenTerminationChanged(bool enabled); |
void OnUserMetricsRecordAction(const std::string& action); |
- void OnSavedPageAsMHTML(int job_id, int64 mhtml_file_size); |
void OnCloseACK(int old_route_id); |
// Generates a command line to be used to spawn a renderer and appends the |