| Index: chrome/browser/appcache/appcache_frontend_proxy.h
|
| ===================================================================
|
| --- chrome/browser/appcache/appcache_frontend_proxy.h (revision 52160)
|
| +++ chrome/browser/appcache/appcache_frontend_proxy.h (working copy)
|
| @@ -27,6 +27,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, appcache::LogLevel log_level,
|
| const std::string& message);
|
| virtual void OnContentBlocked(int host_id,
|
|
|