| Index: extensions/shell/browser/shell_content_browser_client.cc
|
| diff --git a/extensions/shell/browser/shell_content_browser_client.cc b/extensions/shell/browser/shell_content_browser_client.cc
|
| index dbb7f6f733eddd2172d421fe01c1eeeddacc6e44..f56187bc8aee2546808410e116a946be3016d031 100644
|
| --- a/extensions/shell/browser/shell_content_browser_client.cc
|
| +++ b/extensions/shell/browser/shell_content_browser_client.cc
|
| @@ -256,7 +256,12 @@ void ShellContentBrowserClient::GetAdditionalAllowedSchemesForFileSystem(
|
| 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;
|
|
|