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

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

Issue 2829853011: Polish the cleaning up url request code for parallel download. (Closed)
Patch Set: Work on feedbacks. Created 3 years, 8 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 | « no previous file | content/browser/download/download_file_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_file_impl.h
diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h
index 5376b338da819d60e7b51810109dfab759a2ca1c..23d6ce58d2ee87e8d153bbd926fed44dc5c42bb4 100644
--- a/content/browser/download/download_file_impl.h
+++ b/content/browser/download/download_file_impl.h
@@ -231,7 +231,7 @@ class CONTENT_EXPORT DownloadFileImpl : public DownloadFile {
SourceStream* FindPrecedingNeighbor(SourceStream* source_stream);
// See |cancel_request_callback_|.
- void CancelRequestOnUIThread(int64_t offset);
+ void CancelRequest(int64_t offset);
// Print the internal states for debugging.
void DebugStates() const;
« no previous file with comments | « no previous file | content/browser/download/download_file_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698