| Index: content/shell/browser/shell_content_browser_client.h
|
| diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h
|
| index 0dc59b202254a2469bfb80410221ba271d6e20db..dd2e081b6305d48f4c23f0737925032654e49009 100644
|
| --- a/content/shell/browser/shell_content_browser_client.h
|
| +++ b/content/shell/browser/shell_content_browser_client.h
|
| @@ -75,7 +75,11 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
| void GetAdditionalMappedFilesForChildProcess(
|
| const base::CommandLine& command_line,
|
| int child_process_id,
|
| - FileDescriptorInfo* mappings) override;
|
| + content::FileDescriptorInfo* mappings
|
| +#if defined(OS_ANDROID)
|
| + , std::map<int, base::MemoryMappedFile::Region>* regions
|
| +#endif
|
| + ) override;
|
| #endif
|
| #if defined(OS_WIN)
|
| void PreSpawnRenderer(sandbox::TargetPolicy* policy, bool* success) override;
|
|
|