Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1447)

Unified Diff: content/public/browser/download_item.h

Issue 10805020: Kill DownloadItem::IsOtr() (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/browser/download_item.h
diff --git a/content/public/browser/download_item.h b/content/public/browser/download_item.h
index f1f420bc87481197d5a03a3bdb08d7328e3a02fa..5c5f9bfb4b531c2a379f234a5c8407c3db88eca8 100644
--- a/content/public/browser/download_item.h
+++ b/content/public/browser/download_item.h
@@ -283,7 +283,6 @@ class CONTENT_EXPORT DownloadItem {
virtual const FilePath& GetForcedFilePath() const = 0;
virtual bool HasUserGesture() const = 0;
virtual content::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;

Powered by Google App Engine
This is Rietveld 408576698