| 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 635332dccc6f472536e8571e07bf78aeba4f170c..4ac25d659e8fd06703e2bc6515154124348ede3b 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -300,7 +300,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
|
|
|