Chromium Code Reviews| Index: webkit/appcache/appcache_group_unittest.cc |
| =================================================================== |
| --- webkit/appcache/appcache_group_unittest.cc (revision 50126) |
| +++ webkit/appcache/appcache_group_unittest.cc (working copy) |
| @@ -38,6 +38,10 @@ |
| int num_total, int num_complete) { |
| } |
| + virtual void OnLogMessage(int host_id, appcache::LogLevel log_level, |
| + const std::string& message) { |
| + } |
| + |
| virtual void OnContentBlocked(int host_id) { |
| } |