| Index: chrome/common/appcache/appcache_dispatcher.h
|
| ===================================================================
|
| --- chrome/common/appcache/appcache_dispatcher.h (revision 52160)
|
| +++ chrome/common/appcache/appcache_dispatcher.h (working copy)
|
| @@ -33,6 +33,8 @@
|
| appcache::EventID event_id);
|
| void OnProgressEventRaised(const std::vector<int>& host_ids,
|
| const GURL& url, int num_total, int num_complete);
|
| + void OnErrorEventRaised(const std::vector<int>& host_ids,
|
| + const std::string& message);
|
| void OnLogMessage(int host_id, int log_level, const std::string& message);
|
| void OnContentBlocked(int host_id,
|
| const GURL& manifest_url);
|
|
|