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

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

Issue 1672073003: Shunt string-dumping functions from WebFrame to a side class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added/updated TODOs. Created 4 years, 10 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 0d9f43f309600a506a94efefaaba5fa8c0f229e5..99b43be45600ada8a5cd9662f2c8a86530ec3d2e 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
@@ -589,30 +589,6 @@ void WebRemoteFrameImpl::dispatchMessageEventWithOriginCheck(
ASSERT_NOT_REACHED();
}
-WebString WebRemoteFrameImpl::contentAsText(size_t maxChars) const
-{
- ASSERT_NOT_REACHED();
- return WebString();
-}
-
-WebString WebRemoteFrameImpl::contentAsMarkup() const
-{
- ASSERT_NOT_REACHED();
- return WebString();
-}
-
-WebString WebRemoteFrameImpl::layoutTreeAsText(LayoutAsTextControls toShow) const
-{
- ASSERT_NOT_REACHED();
- return WebString();
-}
-
-WebString WebRemoteFrameImpl::markerTextForListItem(const WebElement&) const
-{
- ASSERT_NOT_REACHED();
- return WebString();
-}
-
WebRect WebRemoteFrameImpl::selectionBoundsRect() const
{
ASSERT_NOT_REACHED();
« 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