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

Unified Diff: content/public/browser/render_process_host_observer.h

Issue 132063006: Point out in the comments the equivalence of two observer functions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | content/public/browser/web_contents_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_process_host_observer.h
diff --git a/content/public/browser/render_process_host_observer.h b/content/public/browser/render_process_host_observer.h
index 2bd9fc1e76759e59ea37a168b48ab5fe2672c210..293a5db9d29f8619731af2fb24627ecc9f698203 100644
--- a/content/public/browser/render_process_host_observer.h
+++ b/content/public/browser/render_process_host_observer.h
@@ -20,6 +20,8 @@ class CONTENT_EXPORT RenderProcessHostObserver {
// This method is invoked when a render process exited (either normally or
// with a crash). To determine if the process closed normally or crashed,
// examine the |status| parameter.
+ //
+ // Note that this is equivalent to WebContentsObserver::RenderProcessGone().
virtual void RenderProcessExited(RenderProcessHost* host,
base::ProcessHandle handle,
base::TerminationStatus status,
« no previous file with comments | « no previous file | content/public/browser/web_contents_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698