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

Unified Diff: content/public/test/browser_test_utils.h

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
« no previous file with comments | « content/public/browser/render_process_host_observer.h ('k') | content/public/test/browser_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/browser_test_utils.h
diff --git a/content/public/test/browser_test_utils.h b/content/public/test/browser_test_utils.h
index ba7d0808fe877c8b0b5b5c4d36b969aa978fa844..4ad87600760a0961cee7edeafdb15677ab91088e 100644
--- a/content/public/test/browser_test_utils.h
+++ b/content/public/test/browser_test_utils.h
@@ -292,7 +292,6 @@ class RenderProcessHostWatcher : public RenderProcessHostObserver {
private:
// Overridden RenderProcessHost::LifecycleObserver methods.
virtual void RenderProcessExited(RenderProcessHost* host,
- base::ProcessHandle handle,
base::TerminationStatus status,
int exit_code) override;
virtual void RenderProcessHostDestroyed(RenderProcessHost* host) override;
« no previous file with comments | « content/public/browser/render_process_host_observer.h ('k') | content/public/test/browser_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698