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

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 11189068: Changing minidump process generation to be in-process on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improved patch description. Created 8 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/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 307de0b9122af57d263ab26b61c49b2d64e5e5c6..84dd918c4da038464ab716d0e713fa7ef9484ca3 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -115,7 +115,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
virtual void OnChannelError() OVERRIDE;
// ChildProcessLauncher::Client implementation.
- virtual void OnProcessLaunched() OVERRIDE;
+ virtual void OnProcessLaunched(
+ const content::FDInfoList& mapped_files) OVERRIDE;
jam 2012/10/19 16:39:17 nit: you're in the content namespace already
Jay Civelli 2012/10/22 22:09:48 This change is gone.
// Call this function when it is evident that the child process is actively
// performing some operation, for example if we just received an IPC message.

Powered by Google App Engine
This is Rietveld 408576698