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

Unified Diff: content/browser/streams/stream_url_request_job.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/streams/stream_url_request_job.h
diff --git a/content/browser/streams/stream_url_request_job.h b/content/browser/streams/stream_url_request_job.h
index 0f4edbbc0a8149f2dd43eaa4295fe82931bb15a3..ffa36fe56586f67dde5c6eb5150473b415cef09c 100644
--- a/content/browser/streams/stream_url_request_job.h
+++ b/content/browser/streams/stream_url_request_job.h
@@ -53,6 +53,7 @@ class CONTENT_EXPORT StreamURLRequestJob
int total_bytes_read_;
int max_range_;
bool request_failed_;
+ int error_code_; // Only set if request_failed_.
base::WeakPtrFactory<StreamURLRequestJob> weak_factory_;

Powered by Google App Engine
This is Rietveld 408576698