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

Unified Diff: content/public/browser/content_browser_client.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: Addressed comments. 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/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index a861b70b5ee7fe4ef5234834c4cf9752c5a965d5..0d920bd3348bc4a5953d268d40990a79966f369f 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -457,6 +457,7 @@ class CONTENT_EXPORT ContentBrowserClient {
// a child process.
virtual void GetAdditionalMappedFilesForChildProcess(
const CommandLine& command_line,
+ int process_host_id,
jam 2012/10/23 01:20:47 nit: here and other places, "child_process_id" for
Jay Civelli 2012/10/23 20:39:55 Done.
std::vector<FileDescriptorInfo>* mappings) {}
#endif

Powered by Google App Engine
This is Rietveld 408576698