Index: webkit/appcache/appcache_frontend_impl.h |
=================================================================== |
--- webkit/appcache/appcache_frontend_impl.h (revision 52160) |
+++ webkit/appcache/appcache_frontend_impl.h (working copy) |
@@ -21,6 +21,8 @@ |
virtual void OnProgressEventRaised(const std::vector<int>& host_ids, |
const GURL& url, |
int num_total, int num_complete); |
+ virtual void OnErrorEventRaised(const std::vector<int>& host_ids, |
+ const std::string& message); |
virtual void OnLogMessage(int host_id, LogLevel log_level, |
const std::string& message); |
virtual void OnContentBlocked(int host_id, const GURL& manifest_url); |