| Index: webkit/appcache/appcache_host_unittest.cc
|
| diff --git a/webkit/appcache/appcache_host_unittest.cc b/webkit/appcache/appcache_host_unittest.cc
|
| index a7f9d5db722612431ae2f7aeee4aa4fc390d9c20..be287f79e77a830caed7f27e1f923c7305bac1f9 100644
|
| --- a/webkit/appcache/appcache_host_unittest.cc
|
| +++ b/webkit/appcache/appcache_host_unittest.cc
|
| @@ -49,6 +49,9 @@ class AppCacheHostTest : public testing::Test {
|
| last_event_id_ = event_id;
|
| }
|
|
|
| + virtual void OnContentBlocked(int host_id) {
|
| + }
|
| +
|
| int last_host_id_;
|
| int64 last_cache_id_;
|
| appcache::Status last_status_;
|
|
|