| Index: content/public/browser/download_item.h
|
| diff --git a/content/public/browser/download_item.h b/content/public/browser/download_item.h
|
| index 26e5565639dad2d985a0a49e81790c4ab031f7f2..d0fc397159b1534b08367770adfe9fd5a2ae799d 100644
|
| --- a/content/public/browser/download_item.h
|
| +++ b/content/public/browser/download_item.h
|
| @@ -260,7 +260,6 @@ class CONTENT_EXPORT DownloadItem : public base::SupportsUserData {
|
| virtual const FilePath& GetForcedFilePath() const = 0;
|
| virtual bool HasUserGesture() const = 0;
|
| virtual PageTransition GetTransitionType() const = 0;
|
| - virtual bool IsOtr() const = 0;
|
| virtual bool IsTemporary() const = 0;
|
| virtual void SetIsTemporary(bool temporary) = 0;
|
| virtual void SetOpened(bool opened) = 0;
|
|
|