| Index: webkit/tools/test_shell/simple_appcache_system.cc
|
| diff --git a/webkit/tools/test_shell/simple_appcache_system.cc b/webkit/tools/test_shell/simple_appcache_system.cc
|
| index 8627b668f0574d36be3f19681c6dd3b866b7ee99..2fbc12a3df4af2c1d480ef89d290821d70c9440c 100644
|
| --- a/webkit/tools/test_shell/simple_appcache_system.cc
|
| +++ b/webkit/tools/test_shell/simple_appcache_system.cc
|
| @@ -99,6 +99,8 @@ class SimpleFrontendProxy
|
| NOTREACHED();
|
| }
|
|
|
| + virtual void OnContentBlocked(int host_id) {}
|
| +
|
| private:
|
| friend class base::RefCountedThreadSafe<SimpleFrontendProxy>;
|
|
|
|
|