| Index: chrome/browser/download/download_request_limiter.h
|
| diff --git a/chrome/browser/download/download_request_limiter.h b/chrome/browser/download/download_request_limiter.h
|
| index 3a1eb2cd299ecb679d34896cfb2f118e6d4e02ec..c0ed0ed409a0e65397c5aad19e32d444e0fd4179 100644
|
| --- a/chrome/browser/download/download_request_limiter.h
|
| +++ b/chrome/browser/download/download_request_limiter.h
|
| @@ -101,11 +101,6 @@ class DownloadRequestLimiter
|
| return download_count_;
|
| }
|
|
|
| - // Promote protected accessor to public.
|
| - content::WebContents* web_contents() const {
|
| - return content::WebContentsObserver::web_contents();
|
| - }
|
| -
|
| // content::WebContentsObserver overrides.
|
| virtual void AboutToNavigateRenderView(
|
| content::RenderViewHost* render_view_host) OVERRIDE;
|
|
|