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

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 20dc06b715698c8fbd5dd31d42c2fa39996bc22d..3f52d1f4308ce61b73341e13bc7c4bf0a31199c5 100644
--- a/content/public/browser/download_item.h
+++ b/content/public/browser/download_item.h
@@ -261,8 +261,7 @@ class CONTENT_EXPORT DownloadItem {
virtual FilePath GetTargetName() const = 0;
virtual const FilePath& GetForcedFilePath() const = 0;
virtual bool HasUserGesture() const = 0;
- virtual PageTransition GetTransitionType() const = 0;
- virtual bool IsOtr() const = 0;
+ virtual content::PageTransition GetTransitionType() 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