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

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

Issue 2601763002: WebFrame cleanup: Move addMessageToConsole to WebLocalFrame (Closed)
Patch Set: Created 4 years 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 cd22c63aa26b6f529db382d7932677f4d6b4ae2b..b4ee0cbb5a3e06d6388bcb53dae0380fec6bf922 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -82,6 +82,8 @@ class WEB_EXPORT WebLocalFrameImpl final
NON_EXPORTED_BASE(public WebLocalFrame) {
public:
// WebFrame methods:
+ // TODO(dcheng): Fix sorting here; a number of method have been moved to
+ // WebLocalFrame but not correctly updated here.
void close() override;
WebString uniqueName() const override;
WebString assignedName() const override;

Powered by Google App Engine
This is Rietveld 408576698