Chromium Code Reviews| Index: content/public/browser/content_browser_client.h |
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
| index eff374d1c72f409e37044a2475f8b31bc7bdbca1..0a80b48298234ccbc30f8cd9c6b7509dc4ae48b8 100644 |
| --- a/content/public/browser/content_browser_client.h |
| +++ b/content/public/browser/content_browser_client.h |
| @@ -610,7 +610,12 @@ class CONTENT_EXPORT ContentBrowserClient { |
| virtual void GetAdditionalMappedFilesForChildProcess( |
| const base::CommandLine& command_line, |
| int child_process_id, |
| - FileDescriptorInfo* mappings) {} |
| + FileDescriptorInfo* mappings |
| +#if defined(OS_ANDROID) |
| + , |
| + std::map<int, base::MemoryMappedFile::Region>* regions |
|
jam
2015/06/04 03:13:30
nit: why not just combine these two lines together
agrieve
2015/06/04 19:17:20
I didn't know how to format it, so I let clang-for
|
| +#endif |
| + ) {} |
| #endif |
| #if defined(OS_WIN) |