| Index: webkit/appcache/mock_appcache_storage_unittest.cc
|
| diff --git a/webkit/appcache/mock_appcache_storage_unittest.cc b/webkit/appcache/mock_appcache_storage_unittest.cc
|
| index a2ed8183823fec23497a136df9c817f03799932e..80e3b5994690a119d3f050d54fe172347efbf5f2 100644
|
| --- a/webkit/appcache/mock_appcache_storage_unittest.cc
|
| +++ b/webkit/appcache/mock_appcache_storage_unittest.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -44,7 +44,8 @@ class MockAppCacheStorageTest : public testing::Test {
|
|
|
| void OnMainResponseFound(const GURL& url, const AppCacheEntry& entry,
|
| const AppCacheEntry& fallback_entry,
|
| - int64 cache_id, const GURL& manifest_url) {
|
| + int64 cache_id, const GURL& manifest_url,
|
| + bool was_blocked_by_policy) {
|
| found_url_ = url;
|
| found_entry_ = entry;
|
| found_fallback_entry_ = fallback_entry;
|
|
|