| Index: webkit/appcache/appcache_group_unittest.cc
|
| ===================================================================
|
| --- webkit/appcache/appcache_group_unittest.cc (revision 52160)
|
| +++ webkit/appcache/appcache_group_unittest.cc (working copy)
|
| @@ -33,6 +33,10 @@
|
| appcache::EventID event_id) {
|
| }
|
|
|
| + virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
|
| + const std::string& message) {
|
| + }
|
| +
|
| virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
|
| const GURL& url,
|
| int num_total, int num_complete) {
|
|
|