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

Unified Diff: content/browser/loader/stream_writer.h

Issue 2368913002: Fix stream errors that occur after a stream starts not propagating. (Closed)
Patch Set: fix tests Created 4 years, 3 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/loader/stream_writer.h
diff --git a/content/browser/loader/stream_writer.h b/content/browser/loader/stream_writer.h
index 0b243db8b68b42c01a383de2a8d8688de392649f..64ce43e1528a3e992c8c1acc092162ca9c8913f3 100644
--- a/content/browser/loader/stream_writer.h
+++ b/content/browser/loader/stream_writer.h
@@ -68,7 +68,7 @@ class StreamWriter : public StreamWriteObserver {
void OnReadCompleted(int bytes_read, bool* defer);
// Called when there is no more data to read to the stream.
- void Finalize();
+ void Finalize(int status);
private:
// StreamWriteObserver implementation.

Powered by Google App Engine
This is Rietveld 408576698