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

Unified Diff: public/web/WebView.h

Issue 179293007: Remove deprecated focusedNode APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « public/web/WebDocument.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index b208d66c715387a85ebd0e26c06a1c3b78fb8f5a..d4ef127e5263bf8543f2d51c5e507431cd6215ea 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -183,9 +183,6 @@ public:
// send it.
virtual void clearFocusedElement() = 0;
- // Deprecated API. Will be removed soon..
- virtual void clearFocusedNode() = 0;
-
// Scrolls the node currently in focus into view.
virtual void scrollFocusedNodeIntoView() = 0;
« no previous file with comments | « public/web/WebDocument.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698