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

Unified Diff: public/platform/WebURLLoaderClient.h

Issue 100563004: Redirect HTML resource bytes directly to parser thread (Blink side CL) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@parserthread_decodermove
Patch Set: Missing include Created 7 years 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
« public/platform/WebURLLoader.h ('K') | « public/platform/WebURLLoader.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebURLLoaderClient.h
diff --git a/public/platform/WebURLLoaderClient.h b/public/platform/WebURLLoaderClient.h
index 6e28fb762b877eaa84d08bda07bb4373321870eb..9ab521c8b07529bae1766dcf4ecc78b7b44dee42 100644
--- a/public/platform/WebURLLoaderClient.h
+++ b/public/platform/WebURLLoaderClient.h
@@ -69,6 +69,9 @@ public:
// Called when the load completes with an error.
virtual void didFail(WebURLLoader*, const WebURLError&) { }
+ // Called when the message filter for the parser has been added to the I/O thread.
+ virtual void didAddParserResourceMessageFilter() { }
abarth-chromium 2013/12/18 18:28:49 Again, this API is too coupled to the implementati
+
protected:
virtual ~WebURLLoaderClient() { }
};
« public/platform/WebURLLoader.h ('K') | « public/platform/WebURLLoader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698