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 eff374d1c72f409e37044a2475f8b31bc7bdbca1..f4afcddade4ee2bf9bc64710d1140df71e2e7a03 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -610,7 +610,11 @@ class CONTENT_EXPORT ContentBrowserClient { |
virtual void GetAdditionalMappedFilesForChildProcess( |
const base::CommandLine& command_line, |
int child_process_id, |
- FileDescriptorInfo* mappings) {} |
+ FileDescriptorInfo* mappings |
+#if defined(OS_ANDROID) |
+ , std::map<int, base::MemoryMappedFile::Region>* regions |
+#endif |
+ ) {} |
#endif |
#if defined(OS_WIN) |