| Index: chrome/browser/android/intercept_download_resource_throttle.h
|
| diff --git a/chrome/browser/android/intercept_download_resource_throttle.h b/chrome/browser/android/intercept_download_resource_throttle.h
|
| index 8b14d74a7c02df63db29191cbc4fc61a1273aa52..34ba490be511f82b5ffa80a30aa0805eff5f6831 100644
|
| --- a/chrome/browser/android/intercept_download_resource_throttle.h
|
| +++ b/chrome/browser/android/intercept_download_resource_throttle.h
|
| @@ -25,7 +25,6 @@ class InterceptDownloadResourceThrottle : public content::ResourceThrottle {
|
| int request_id);
|
|
|
| // content::ResourceThrottle implementation:
|
| - virtual void WillStartRequest(bool* defer) OVERRIDE;
|
| virtual void WillProcessResponse(bool* defer) OVERRIDE;
|
| virtual const char* GetNameForLogging() const OVERRIDE;
|
|
|
|
|