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

Unified Diff: Source/core/html/imports/HTMLImportLoader.h

Issue 603903003: [Streams] Pass WebDataConsumerHandle when the response arrives. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@web-data-pipe
Patch Set: rebase Created 6 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: Source/core/html/imports/HTMLImportLoader.h
diff --git a/Source/core/html/imports/HTMLImportLoader.h b/Source/core/html/imports/HTMLImportLoader.h
index 8f3a4e1818d3e5e67a7eec5deacf782471381b33..c98fe01fee4d7b5cb2e98adfe6847d2e92137651 100644
--- a/Source/core/html/imports/HTMLImportLoader.h
+++ b/Source/core/html/imports/HTMLImportLoader.h
@@ -103,7 +103,7 @@ private:
HTMLImportLoader(HTMLImportsController*);
// RawResourceClient
- virtual void responseReceived(Resource*, const ResourceResponse&) override;
+ virtual void responseReceived(Resource*, const ResourceResponse&, PassOwnPtr<WebDataConsumerHandle>) override;
virtual void dataReceived(Resource*, const char* data, unsigned length) override;
virtual void notifyFinished(Resource*) override;

Powered by Google App Engine
This is Rietveld 408576698