| Index: third_party/WebKit/Source/core/fetch/Resource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h
|
| index 471249d76b8b0c592d62abc1705f79024817585b..435d150dac3e00683a629ab043723f67dcda6f36 100644
|
| --- a/third_party/WebKit/Source/core/fetch/Resource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/Resource.h
|
| @@ -221,9 +221,6 @@ public:
|
| double freshnessLifetime();
|
| double stalenessLifetime();
|
|
|
| - bool isPurgeable() const;
|
| - bool lock();
|
| -
|
| void setCacheIdentifier(const String& cacheIdentifier) { m_cacheIdentifier = cacheIdentifier; }
|
| String cacheIdentifier() const { return m_cacheIdentifier; }
|
|
|
|
|