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

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

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.h
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
index a2afbfe06a832b81890097a10030ffbc79ff24b6..ca92892ba210838de998961313897fb57d81cc68 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -141,10 +141,6 @@ public:
const WebSecurityOrigin& intendedTargetOrigin,
const WebDOMEvent&) override;
- WebString contentAsText(size_t maxChars) const override;
- WebString contentAsMarkup() const override;
- WebString layoutTreeAsText(LayoutAsTextControls toShow = LayoutAsTextNormal) const override;
- WebString markerTextForListItem(const WebElement&) const override;
WebRect selectionBoundsRect() const override;
bool selectionStartHasSpellingMarkerFor(int from, int length) const override;
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698