Index: ash/shell/content_client/shell_content_browser_client.h |
diff --git a/ash/shell/content_client/shell_content_browser_client.h b/ash/shell/content_client/shell_content_browser_client.h |
index 9ee3373f907959048a81e2645535dd70abb25d49..850bf6494abb9945dabc3dd5bb49b5cc7c646aa3 100644 |
--- a/ash/shell/content_client/shell_content_browser_client.h |
+++ b/ash/shell/content_client/shell_content_browser_client.h |
@@ -39,8 +39,12 @@ class ShellContentBrowserClient : public content::ContentBrowserClient { |
void GetAdditionalMappedFilesForChildProcess( |
const base::CommandLine& command_line, |
int child_process_id, |
- content::FileDescriptorInfo* mappings) override; |
+ content::FileDescriptorInfo* mappings |
+#if defined(OS_ANDROID) |
+ , std::map<int, base::MemoryMappedFile::Region>* regions |
#endif |
+ ) override; |
+#endif // defined(OS_POSIX) && !defined(OS_MACOSX) |
content::ShellBrowserContext* browser_context(); |