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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index be9390fcd04bdd22c2acd9d200ed4303524e67c9..ff0a131d60c24c3eb1cf2905f2f8b2a377187859 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -201,11 +201,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/WebFrameContentDumper.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698