Index: android_webview/browser/aw_content_browser_client.h |
diff --git a/android_webview/browser/aw_content_browser_client.h b/android_webview/browser/aw_content_browser_client.h |
index 637b211502a51fd6b1df722006d0ae5f1b88b6b4..a292de1b93bb0a6593262603eaf49288348e0abb 100644 |
--- a/android_webview/browser/aw_content_browser_client.h |
+++ b/android_webview/browser/aw_content_browser_client.h |
@@ -152,9 +152,6 @@ class AwContentBrowserClient : public content::ContentBrowserClient { |
int render_process_id, |
int opener_id, |
bool* no_javascript_access) OVERRIDE; |
- virtual std::string GetWorkerProcessTitle( |
- const GURL& url, |
- content::ResourceContext* context) OVERRIDE; |
virtual void ResourceDispatcherHostCreated() OVERRIDE; |
virtual net::NetLog* GetNetLog() OVERRIDE; |
virtual content::AccessTokenStore* CreateAccessTokenStore() OVERRIDE; |