summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/public/WebApplicationCacheHostClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/public/WebApplicationCacheHostClient.h')
-rw-r--r--WebKit/chromium/public/WebApplicationCacheHostClient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebKit/chromium/public/WebApplicationCacheHostClient.h b/WebKit/chromium/public/WebApplicationCacheHostClient.h
index 4e830e3..39b7fa2 100644
--- a/WebKit/chromium/public/WebApplicationCacheHostClient.h
+++ b/WebKit/chromium/public/WebApplicationCacheHostClient.h
@@ -39,8 +39,9 @@ namespace WebKit {
// This interface is used by the embedder to call into webkit.
class WebApplicationCacheHostClient {
public:
- // Called to fire the event in the scriptable interface.
+ // 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;
protected:
// Should not be deleted by the embedder.