| 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 4b6b47d8b8b19bb70eee833c8ab5c1be2f9460e8..3720ca5af4fd6aed942c8dc5dd86ef447dc1fdb8 100644
|
| --- a/android_webview/browser/aw_content_browser_client.h
|
| +++ b/android_webview/browser/aw_content_browser_client.h
|
| @@ -158,9 +158,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;
|
|
|