| Index: content/child/resource_dispatcher_unittest.cc
|
| diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc
|
| index 349ce8ca9de0bc48dd2a226a03a9b7135dacbddd..5a533e75b94b6ba13a2415f0b91fba07779c78e7 100644
|
| --- a/content/child/resource_dispatcher_unittest.cc
|
| +++ b/content/child/resource_dispatcher_unittest.cc
|
| @@ -71,6 +71,7 @@ class TestRequestCallback : public ResourceLoaderBridge::Peer {
|
| virtual void OnCompletedRequest(
|
| int error_code,
|
| bool was_ignored_by_handler,
|
| + bool stale_copy_in_cache,
|
| const std::string& security_info,
|
| const base::TimeTicks& completion_time) OVERRIDE {
|
| EXPECT_FALSE(complete_);
|
| @@ -296,6 +297,7 @@ class DeferredResourceLoadingTest : public ResourceDispatcherTest,
|
| virtual void OnCompletedRequest(
|
| int error_code,
|
| bool was_ignored_by_handler,
|
| + bool stale_copy_in_cache,
|
| const std::string& security_info,
|
| const base::TimeTicks& completion_time) OVERRIDE {
|
| }
|
| @@ -383,6 +385,7 @@ class TimeConversionTest : public ResourceDispatcherTest,
|
| virtual void OnCompletedRequest(
|
| int error_code,
|
| bool was_ignored_by_handler,
|
| + bool stale_copy_in_cache,
|
| const std::string& security_info,
|
| const base::TimeTicks& completion_time) OVERRIDE {
|
| }
|
|
|