| 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 f09ccb096c4fdc423dbf83957deaf45c75726ad7..3497fed0436ef5ec797fd3656da83f4c0533234e 100644
|
| --- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| @@ -76,6 +76,8 @@ class WebDataSourceImpl final : public DocumentLoader, public WebDataSource {
|
| void setServiceWorkerNetworkProvider(
|
| std::unique_ptr<WebServiceWorkerNetworkProvider>) override;
|
| WebServiceWorkerNetworkProvider* getServiceWorkerNetworkProvider() override;
|
| + void setSourceLocation(const WebSourceLocation&) override;
|
| + void resetSourceLocation() override;
|
|
|
| static WebNavigationType toWebNavigationType(NavigationType);
|
|
|
|
|