| Index: content/shell/shell_content_browser_client.h
|
| diff --git a/content/shell/shell_content_browser_client.h b/content/shell/shell_content_browser_client.h
|
| index 06a2da47968a72d6e3b88281a2500da45fa52abb..81ff253c6a61bee7bf506739cd16699670edc78f 100644
|
| --- a/content/shell/shell_content_browser_client.h
|
| +++ b/content/shell/shell_content_browser_client.h
|
| @@ -33,6 +33,12 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
| virtual AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
|
| virtual std::string GetDefaultDownloadName() OVERRIDE;
|
|
|
| +#if defined(OS_ANDROID)
|
| + virtual void GetAdditionalMappedFilesForChildProcess(
|
| + const CommandLine& command_line,
|
| + base::GlobalDescriptors::Mapping* mappings) OVERRIDE;
|
| +#endif
|
| +
|
| ShellBrowserContext* browser_context();
|
|
|
| private:
|
|
|