| 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 a292de1b93bb0a6593262603eaf49288348e0abb..796c18073e7ee9922d5145f19d020aa235858ba0 100644
|
| --- a/android_webview/browser/aw_content_browser_client.h
|
| +++ b/android_webview/browser/aw_content_browser_client.h
|
| @@ -156,9 +156,6 @@ class AwContentBrowserClient : public content::ContentBrowserClient {
|
| virtual net::NetLog* GetNetLog() OVERRIDE;
|
| virtual content::AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
|
| virtual bool IsFastShutdownPossible() OVERRIDE;
|
| - virtual void UpdateInspectorSetting(content::RenderViewHost* rvh,
|
| - const std::string& key,
|
| - const std::string& value) OVERRIDE;
|
| virtual void ClearCache(content::RenderViewHost* rvh) OVERRIDE;
|
| virtual void ClearCookies(content::RenderViewHost* rvh) OVERRIDE;
|
| virtual base::FilePath GetDefaultDownloadDirectory() OVERRIDE;
|
|
|