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

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: Try to appease MSVC 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
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.

Powered by Google App Engine
This is Rietveld 408576698