Index: content/child/npapi/webplugin.h |
=================================================================== |
--- content/child/npapi/webplugin.h (revision 223347) |
+++ content/child/npapi/webplugin.h (working copy) |
@@ -90,6 +90,9 @@ |
const char* range_info, |
int range_request_id) = 0; |
+ virtual void DidStartLoading() = 0; |
+ virtual void DidStopLoading() = 0; |
+ |
// Returns true iff in incognito mode. |
virtual bool IsOffTheRecord() = 0; |