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

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

Issue 2905283003: Remove a bunch of dead code around WindowFeatures (Closed)
Patch Set: Add missing #include 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 2f9129c153f03885b8c5c5040672fd8b2f9b09c9..5e2429b957e32ff05c54452bbdd5988278b19686 100644
--- a/third_party/WebKit/Source/core/exported/WebViewBase.h
+++ b/third_party/WebKit/Source/core/exported/WebViewBase.h
@@ -218,7 +218,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;
Nate Chapin 2017/05/31 16:55:12 This is only needed to test NavigationPolicy decis
};
}

Powered by Google App Engine
This is Rietveld 408576698