Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / platform / WebApplicationCacheHostClient.h
index d1fe5c5..6c49d2b 100644 (file)
@@ -45,6 +45,7 @@ public:
     // Called to fire events in the scriptable interface.
     virtual void notifyEventListener(WebApplicationCacheHost::EventID) = 0;
     virtual void notifyProgressEventListener(const WebURL&, int num_total, int num_complete) = 0;
+    virtual void notifyErrorEventListener(WebApplicationCacheHost::ErrorReason, const WebURL&, int status, const WebString& message) = 0;
 
 protected:
     // Should not be deleted by the embedder.
@@ -54,4 +55,3 @@ protected:
 } // namespace blink
 
 #endif // WebApplicationCacheHostClient_h
-