| Index: content/browser/download/download_item_impl.h
|
| diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
|
| index 08e2dee6b021324dbf0d98207905735aff076a67..09d3f42b6217adeb98f45cf210247db371a1fda4 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -107,10 +107,6 @@ class CONTENT_EXPORT DownloadItemImpl
|
| virtual bool IsTemporary() const OVERRIDE;
|
| virtual bool CanResume() const OVERRIDE;
|
| virtual bool IsDone() const OVERRIDE;
|
| - virtual bool IsInProgress() const OVERRIDE;
|
| - virtual bool IsCancelled() const OVERRIDE;
|
| - virtual bool IsInterrupted() const OVERRIDE;
|
| - virtual bool IsComplete() const OVERRIDE;
|
| virtual const GURL& GetURL() const OVERRIDE;
|
| virtual const std::vector<GURL>& GetUrlChain() const OVERRIDE;
|
| virtual const GURL& GetOriginalUrl() const OVERRIDE;
|
|
|