| 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 01ef569b3abbc225b6277e3f7cdbcc339eed6e1f..49f33998018abd6a7c95d35f8b9f53776da60bb2 100644
|
| --- a/content/shell/shell_content_browser_client.h
|
| +++ b/content/shell/shell_content_browser_client.h
|
| @@ -31,6 +31,7 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
| virtual void AppendExtraCommandLineSwitches(CommandLine* command_line,
|
| int child_process_id) OVERRIDE;
|
| virtual void ResourceDispatcherHostCreated() OVERRIDE;
|
| + virtual AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
|
| virtual std::string GetDefaultDownloadName() OVERRIDE;
|
|
|
| ShellBrowserContext* browser_context();
|
|
|