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

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

Issue 2535483002: Plumb site engagement to the renderer process. (Closed)
Patch Set: Address comments Created 4 years 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/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 4035cf5398a4ea4e08855126ab061a3476c03e1e..8928074350088bac08a00e0ebc554e486159f3da 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -291,6 +291,7 @@ class WEB_EXPORT WebLocalFrameImpl final
WebFrameWidgetBase* frameWidget() const override;
void copyImageAt(const WebPoint&) override;
void saveImageAt(const WebPoint&) override;
+ void setEngagementLevel(mojom::EngagementLevel) override;
void clearActiveFindMatch() override;
void usageCountChromeLoadTimes(const WebString& metric) override;

Powered by Google App Engine
This is Rietveld 408576698