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

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

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.h
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
index f488e479c543fca8acdd53b6a487b053d26f618c..143a3257ae4180d6baf9db8c0b57e1e5b9315c07 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -164,6 +164,8 @@ public:
WebString markerTextForListItem(const WebElement&) const override;
WebRect selectionBoundsRect() const override;
+ void countFeatureUse(Feature) override;
+
bool selectionStartHasSpellingMarkerFor(int from, int length) const override;
WebString layerTreeAsText(bool showDebugInfo = false) const override;

Powered by Google App Engine
This is Rietveld 408576698