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