Index: webkit/common/appcache/appcache_interfaces.h |
diff --git a/webkit/common/appcache/appcache_interfaces.h b/webkit/common/appcache/appcache_interfaces.h |
index b631728528af82271281c79b78572a06219b1e96..f36e69bdcb6892134dba3f7ec0637fb308993d33 100644 |
--- a/webkit/common/appcache/appcache_interfaces.h |
+++ b/webkit/common/appcache/appcache_interfaces.h |
@@ -131,7 +131,10 @@ class WEBKIT_STORAGE_COMMON_EXPORT AppCacheFrontend { |
const GURL& url, |
int num_total, int num_complete) = 0; |
virtual void OnErrorEventRaised(const std::vector<int>& host_ids, |
- const std::string& message) = 0; |
+ const std::string& message, |
+ const std::string& reason, |
+ const GURL& url, |
+ int status) = 0; |
virtual void OnContentBlocked(int host_id, |
const GURL& manifest_url) = 0; |
virtual void OnLogMessage(int host_id, LogLevel log_level, |