Index: webkit/appcache/web_application_cache_host_impl.h |
=================================================================== |
--- webkit/appcache/web_application_cache_host_impl.h (revision 52160) |
+++ webkit/appcache/web_application_cache_host_impl.h (working copy) |
@@ -35,6 +35,7 @@ |
void OnStatusChanged(appcache::Status); |
void OnEventRaised(appcache::EventID); |
void OnProgressEventRaised(const GURL& url, int num_total, int num_complete); |
+ void OnErrorEventRaised(const std::string& message); |
virtual void OnLogMessage(LogLevel log_level, const std::string& message) {} |
virtual void OnContentBlocked(const GURL& manifest_url) {} |
virtual void OnCacheSelected(int64 selected_cache_id, |