| Index: third_party/WebKit/Source/core/fetch/CachedMetadataHandler.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/CachedMetadataHandler.h b/third_party/WebKit/Source/core/fetch/CachedMetadataHandler.h
|
| index d347d98cf41874c595db4b3903ec0d6a1ed988ce..c9846b7abe2524d14155d07fad76649a6c03bd10 100644
|
| --- a/third_party/WebKit/Source/core/fetch/CachedMetadataHandler.h
|
| +++ b/third_party/WebKit/Source/core/fetch/CachedMetadataHandler.h
|
| @@ -32,6 +32,8 @@ public:
|
| // Returns the encoding to which the cache is specific.
|
| virtual String encoding() const = 0;
|
|
|
| + virtual void prune() { }
|
| +
|
| protected:
|
| CachedMetadataHandler() { }
|
| };
|
|
|