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

Unified Diff: third_party/WebKit/Source/core/exported/WebViewBase.h

Issue 2905283003: Remove a bunch of dead code around WindowFeatures (Closed)
Patch Set: Use WebWindowFeatures everywhere Created 3 years, 7 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/core/exported/WebViewBase.h
diff --git a/third_party/WebKit/Source/core/exported/WebViewBase.h b/third_party/WebKit/Source/core/exported/WebViewBase.h
index be06f3900a179bcc0ddabfe2a52eedd77d45140a..cfb052763cb2f36086c3a320f53038b975d21ca1 100644
--- a/third_party/WebKit/Source/core/exported/WebViewBase.h
+++ b/third_party/WebKit/Source/core/exported/WebViewBase.h
@@ -221,7 +221,6 @@ class WebViewBase : public WebView, public RefCounted<WebViewBase> {
virtual LinkHighlightImpl* GetLinkHighlight(int) = 0;
virtual unsigned NumLinkHighlights() = 0;
virtual void EnableTapHighlights(HeapVector<Member<Node>>&) = 0;
- virtual void SetCurrentInputEventForTest(const WebInputEvent*) = 0;
};
}

Powered by Google App Engine
This is Rietveld 408576698