Chromium Code Reviews| 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; |
|
Mike West
2016/06/01 13:43:18
Please add a comment about the lifetime/ownership
engedy
2016/06/02 23:07:19
Just to make sure we are on the same page, there i
|
| static WebNavigationType toWebNavigationType(NavigationType); |