Chromium Code Reviews| 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..4f96c75eb917a68a08d95ce49aba07113f1e6a52 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( |
|
Yaron
2012/07/12 01:00:59
Nit: indentation is off
Ted C
2012/07/12 01:20:18
Done.
|
| + const CommandLine& command_line, |
| + base::GlobalDescriptors::Mapping* mappings) OVERRIDE; |
| +#endif |
| + |
| ShellBrowserContext* browser_context(); |
| private: |