Index: content/renderer/npapi/webplugin_impl.h |
=================================================================== |
--- content/renderer/npapi/webplugin_impl.h (revision 223418) |
+++ content/renderer/npapi/webplugin_impl.h (working copy) |
@@ -125,6 +125,8 @@ |
virtual void InitiateHTTPRangeRequest(const char* url, |
const char* range_info, |
int pending_request_id) OVERRIDE; |
+ virtual void DidStartLoading() OVERRIDE; |
+ virtual void DidStopLoading() OVERRIDE; |
virtual bool IsOffTheRecord() OVERRIDE; |
virtual void SetDeferResourceLoading(unsigned long resource_id, |
bool defer) OVERRIDE; |