| Index: webkit/appcache/appcache_interfaces.h
|
| ===================================================================
|
| --- webkit/appcache/appcache_interfaces.h (revision 52160)
|
| +++ webkit/appcache/appcache_interfaces.h (working copy)
|
| @@ -63,6 +63,8 @@
|
| virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
|
| const GURL& url,
|
| int num_total, int num_complete) = 0;
|
| + virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
|
| + const std::string& message) = 0;
|
| virtual void OnContentBlocked(int host_id,
|
| const GURL& manifest_url) = 0;
|
| virtual void OnLogMessage(int host_id, LogLevel log_level,
|
|
|