| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| index 556afc8a7029dceadc6b8ea95c48f6ad03488dae..4eff8edbb1a5ec2c431dc60e93c184d86428c8d6 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -216,16 +216,6 @@ void WebRemoteFrameImpl::StopLoading() {
|
| // in all subframes, both remote and local.
|
| }
|
|
|
| -WebDataSource* WebRemoteFrameImpl::ProvisionalDataSource() const {
|
| - NOTREACHED();
|
| - return nullptr;
|
| -}
|
| -
|
| -WebDataSource* WebRemoteFrameImpl::DataSource() const {
|
| - NOTREACHED();
|
| - return nullptr;
|
| -}
|
| -
|
| void WebRemoteFrameImpl::EnableViewSourceMode(bool enable) {
|
| NOTREACHED();
|
| }
|
|
|