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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp

Issue 1407163002: Add feature use counting for window.external.AddSearchProvider (Blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: usecounter Created 5 years, 2 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/WebRemoteFrameImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
index e7932c45aa33a815e914a360b76d7bcaaefe55a8..9332b966a730139f18bbc040617cadf5e65102bf 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
@@ -696,6 +696,11 @@ WebRect WebRemoteFrameImpl::selectionBoundsRect() const
return WebRect();
}
+void WebRemoteFrameImpl::countFeatureUse(WebFrame::Feature)
+{
+ ASSERT_NOT_REACHED();
+}
+
bool WebRemoteFrameImpl::selectionStartHasSpellingMarkerFor(int from, int length) const
{
ASSERT_NOT_REACHED();

Powered by Google App Engine
This is Rietveld 408576698