Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 8ab8934caed19e3af7eb157db1c6d81b239ff457..22cd22c10c3cd6cd002cba0ca13a1b68bc850aee 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1365,7 +1365,6 @@ void RenderProcessHostImpl::OnUserMetricsRecordAction( |
content::RecordComputedAction(action); |
} |
- |
void RenderProcessHostImpl::OnSavedPageAsMHTML(int job_id, int64 data_size) { |
MHTMLGenerationManager::GetInstance()->MHTMLGenerated(job_id, data_size); |
} |