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

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, 4 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
« no previous file with comments | « content/browser/download/save_package.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « content/browser/download/save_package.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698