| 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 a861b70b5ee7fe4ef5234834c4cf9752c5a965d5..8a0ecd5678a12350780ddb3ad4d187d43ec28af6 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -457,6 +457,7 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| // a child process.
|
| virtual void GetAdditionalMappedFilesForChildProcess(
|
| const CommandLine& command_line,
|
| + int child_process_id,
|
| std::vector<FileDescriptorInfo>* mappings) {}
|
| #endif
|
|
|
|
|