Chromium Code Reviews| Index: webkit/appcache/appcache_request_handler_unittest.cc |
| =================================================================== |
| --- webkit/appcache/appcache_request_handler_unittest.cc (revision 50126) |
| +++ webkit/appcache/appcache_request_handler_unittest.cc (working copy) |
| @@ -36,6 +36,9 @@ |
| const GURL& url, |
| 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) {} |
| }; |