| Index: content/browser/appcache/appcache_frontend_proxy.h
|
| diff --git a/content/browser/appcache/appcache_frontend_proxy.h b/content/browser/appcache/appcache_frontend_proxy.h
|
| index 2576e05d5088f976a0b5a0d2e3e61ceaebd9196b..509e8208ed64ac014baecaf0ee8667e2f5782d34 100644
|
| --- a/content/browser/appcache/appcache_frontend_proxy.h
|
| +++ b/content/browser/appcache/appcache_frontend_proxy.h
|
| @@ -29,7 +29,10 @@ class AppCacheFrontendProxy : public appcache::AppCacheFrontend {
|
| const GURL& url,
|
| int num_total, int num_complete) OVERRIDE;
|
| virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
|
| - const std::string& message) OVERRIDE;
|
| + const std::string& message,
|
| + const std::string& reason,
|
| + const GURL& url,
|
| + int status) OVERRIDE;
|
| virtual void OnLogMessage(int host_id, appcache::LogLevel log_level,
|
| const std::string& message) OVERRIDE;
|
| virtual void OnContentBlocked(int host_id,
|
|
|