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

Unified Diff: content/browser/download/save_file.h

Issue 1751603002: [Downloads] Rework how hashes are calculated for download files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on top of https://codereview.chromium.org/1781983002 since that's going in first. Created 4 years, 9 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/mock_download_file.h ('k') | content/browser/download/save_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/save_file.h
diff --git a/content/browser/download/save_file.h b/content/browser/download/save_file.h
index 1dc82170ad0ed55f103b3370af0775d9d9393ca2..69add3279daeb45c9dd5305d01ed9d51c962c82b 100644
--- a/content/browser/download/save_file.h
+++ b/content/browser/download/save_file.h
@@ -38,7 +38,6 @@ class SaveFile {
base::FilePath FullPath() const;
bool InProgress() const;
int64_t BytesSoFar() const;
- bool GetHash(std::string* hash);
std::string DebugString() const;
// Accessors.
« no previous file with comments | « content/browser/download/mock_download_file.h ('k') | content/browser/download/save_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698