Index: ash/shell/content_client/shell_content_browser_client.cc |
diff --git a/ash/shell/content_client/shell_content_browser_client.cc b/ash/shell/content_client/shell_content_browser_client.cc |
index 51b0107d5ad9f1b8a532e3793655f9a506b1f193..06d2eba738ff7d5d00a4891927f3dd277b4bcb50 100644 |
--- a/ash/shell/content_client/shell_content_browser_client.cc |
+++ b/ash/shell/content_client/shell_content_browser_client.cc |
@@ -62,7 +62,11 @@ void ShellContentBrowserClient::AppendExtraCommandLineSwitches( |
void ShellContentBrowserClient::GetAdditionalMappedFilesForChildProcess( |
const base::CommandLine& command_line, |
int child_process_id, |
- content::FileDescriptorInfo* mappings) { |
+ content::FileDescriptorInfo* mappings |
+#if defined(OS_ANDROID) |
+ , std::map<int, base::MemoryMappedFile::Region>* regions |
+#endif |
+ ) { |
#if defined(V8_USE_EXTERNAL_STARTUP_DATA) |
if (v8_natives_fd_.get() == -1 || v8_snapshot_fd_.get() == -1) { |
int v8_natives_fd = -1; |