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 dfcba1af1ed04ce758c1849e5ace62708def4579..0b2aaa0a02a60cc4600e52dc94df1132cf32458d 100644 |
| --- a/content/shell/shell_content_browser_client.h |
| +++ b/content/shell/shell_content_browser_client.h |
| @@ -32,6 +32,8 @@ class ShellContentBrowserClient : public ContentBrowserClient { |
| virtual void ResourceDispatcherHostCreated() OVERRIDE; |
| virtual AccessTokenStore* CreateAccessTokenStore() OVERRIDE; |
| virtual std::string GetDefaultDownloadName() OVERRIDE; |
| + virtual WebContentsViewDelegate* GetWebContentsViewDelegate( |
| + content::WebContents* web_contents) OVERRIDE; |
|
jochen (gone - plz use gerrit)
2012/08/31 20:58:58
no content::
Shouqun Liu
2012/08/31 21:34:20
Done.
|
| #if defined(OS_ANDROID) |
| virtual void GetAdditionalMappedFilesForChildProcess( |