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

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

Issue 11150027: Handle the case where IAttachmentExecute::Save() deletes a downloaded file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/base_file.h
diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h
index 885c79df738aa624318c59ecf14be289f245d2f3..3ebedb2c5df7a9b95205c994c0ee439578a553c3 100644
--- a/content/browser/download/base_file.h
+++ b/content/browser/download/base_file.h
@@ -65,7 +65,7 @@ class CONTENT_EXPORT BaseFile {
void Finish();
// Informs the OS that this file came from the internet.
- void AnnotateWithSourceInformation();
+ net::Error AnnotateWithSourceInformation();
// Calculate and return the current speed in bytes per second.
int64 CurrentSpeed() const;

Powered by Google App Engine
This is Rietveld 408576698