Index: content/browser/child_process_launcher.cc |
diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc |
index 4f8e19095b0dc3cc1db7d1dcd83abc01d3dc86af..0abbc60cc3b654fba90ea5fe8f7c2051d55768e1 100644 |
--- a/content/browser/child_process_launcher.cc |
+++ b/content/browser/child_process_launcher.cc |
@@ -146,7 +146,11 @@ void LaunchOnLauncherThread(const NotifyCallback& callback, |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
std::map<int, base::MemoryMappedFile::Region> regions; |
GetContentClient()->browser()->GetAdditionalMappedFilesForChildProcess( |
- *cmd_line, child_process_id, files_to_register.get()); |
+ *cmd_line, child_process_id, files_to_register.get() |
+#if defined(OS_ANDROID) |
+ , ®ions |
+#endif |
+ ); |
#if defined(V8_USE_EXTERNAL_STARTUP_DATA) |
base::PlatformFile natives_pf = |
gin::V8Initializer::GetOpenNativesFileForChildProcesses( |