| Index: webkit/browser/appcache/appcache_storage_impl_unittest.cc
|
| diff --git a/webkit/browser/appcache/appcache_storage_impl_unittest.cc b/webkit/browser/appcache/appcache_storage_impl_unittest.cc
|
| index 615b53d246bf7a6da21f613a9cbac70a7eeafb56..5dfc464c9c19d89de0732a6fefa0dd6cab0525ca 100644
|
| --- a/webkit/browser/appcache/appcache_storage_impl_unittest.cc
|
| +++ b/webkit/browser/appcache/appcache_storage_impl_unittest.cc
|
| @@ -321,6 +321,15 @@ class AppCacheStorageImplTest : public testing::Test {
|
| virtual void RegisterClient(quota::QuotaClient* client) OVERRIDE {}
|
| virtual void NotifyOriginInUse(const GURL& origin) OVERRIDE {}
|
| virtual void NotifyOriginNoLongerInUse(const GURL& origin) OVERRIDE {}
|
| + virtual void SetUsageCacheEnabled(quota::QuotaClient::ID client_id,
|
| + const GURL& origin,
|
| + quota::StorageType type,
|
| + bool enabled) OVERRIDE {}
|
| + virtual void GetUsageAndQuota(
|
| + base::SequencedTaskRunner* original_task_runner,
|
| + const GURL& origin,
|
| + quota::StorageType type,
|
| + const GetUsageAndQuotaCallback& callback) OVERRIDE {}
|
|
|
| int notify_storage_accessed_count_;
|
| int notify_storage_modified_count_;
|
|
|