Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp

Issue 2918403003: Move [Provisional]DataSource accessors/methods from WebFrame to WebLocalFrame. (Closed)
Patch Set: Added a TODO comment for user agent overrides - https://crbug.com/426555 Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
« no previous file with comments | « third_party/WebKit/Source/web/WebRemoteFrameImpl.h ('k') | third_party/WebKit/Source/web/tests/WebFrameTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698