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