| Index: third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| index fe94c2195144e88a8033a2f56bcc0ba684e01912..5bb0cecf1d29e38d9b9df3c45f39013263bfd1a5 100644
|
| --- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| @@ -66,6 +66,7 @@ public:
|
| ExtraData* getExtraData() const override;
|
| void setExtraData(ExtraData*) override;
|
| void setNavigationStartTime(double) override;
|
| + void setSubresourceFilter(WebDocumentSubresourceFilter*) override;
|
|
|
| static WebNavigationType toWebNavigationType(NavigationType);
|
|
|
|
|