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

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

Issue 15011006: Remove DownloadItem::GetUserVerifiedFilePath() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with r201294 Created 7 years, 7 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 ddc79f5ae63fb62186855ec1cb6076e1b87c99b7..b3003ef9e8aa3997c6a4e7691bca6d192dec0f63 100644
--- a/content/public/browser/download_item.h
+++ b/content/public/browser/download_item.h
@@ -222,11 +222,6 @@ class CONTENT_EXPORT DownloadItem : public base::SupportsUserData {
// return the path requested.
virtual const base::FilePath& GetForcedFilePath() const = 0;
- // Returns the user-verified target file path for the download.
- // This returns the same path as GetTargetFilePath() for safe downloads
- // but does not for dangerous downloads until the name is verified.
- virtual base::FilePath GetUserVerifiedFilePath() const = 0;
-
// Returns the file-name that should be reported to the user. If a display
// name has been explicitly set using SetDisplayName(), this function returns
// that display name. Otherwise returns the final target filename.
« no previous file with comments | « content/browser/download/download_manager_impl_unittest.cc ('k') | content/public/test/mock_download_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698