Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(464)

Unified Diff: content/browser/download/mhtml_generation_manager.cc

Issue 644473004: Modifed the content api RenderProcessHostObserver::RenderProcessExited to remove the ununsed & inva… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modified AUTHORS file Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/download/mhtml_generation_manager.cc
diff --git a/content/browser/download/mhtml_generation_manager.cc b/content/browser/download/mhtml_generation_manager.cc
index df68caa7ba736eff4c3869aabcdf5c6dfdb281c8..516f780cd0f079c305600b413e19e6fb2eda0080 100644
--- a/content/browser/download/mhtml_generation_manager.cc
+++ b/content/browser/download/mhtml_generation_manager.cc
@@ -34,7 +34,6 @@ class MHTMLGenerationManager::Job : public RenderProcessHostObserver {
// RenderProcessHostObserver:
virtual void RenderProcessExited(RenderProcessHost* host,
- base::ProcessHandle handle,
base::TerminationStatus status,
int exit_code) override;
virtual void RenderProcessHostDestroyed(RenderProcessHost* host) override;
@@ -76,7 +75,6 @@ void MHTMLGenerationManager::Job::SetWebContents(WebContents* web_contents) {
void MHTMLGenerationManager::Job::RenderProcessExited(
RenderProcessHost* host,
- base::ProcessHandle handle,
base::TerminationStatus status,
int exit_code) {
MHTMLGenerationManager::GetInstance()->RenderProcessExited(this);
« no previous file with comments | « content/browser/android/content_view_statics.cc ('k') | content/browser/renderer_host/render_process_host_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698