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() { } |
}; |