| Index: third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/Resource.h b/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| index c518cc4d50564e617386a6fa3fc11e706e47094e..90c8fd42668345fb0e52a08a107d5fd1009e92c8 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/Resource.h
|
| @@ -282,9 +282,6 @@ class PLATFORM_EXPORT Resource : public GarbageCollectedFinalized<Resource>,
|
| }
|
| bool MustRefetchDueToIntegrityMetadata(const FetchParameters&) const;
|
|
|
| - double CurrentAge() const;
|
| - double FreshnessLifetime() const;
|
| -
|
| bool IsAlive() const { return is_alive_; }
|
|
|
| void SetCacheIdentifier(const String& cache_identifier) {
|
|
|