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

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

Issue 2535483002: Plumb site engagement to the renderer process. (Closed)
Patch Set: Rebase 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 8cdfda6cb326c23b9267ff097bf16ee9002c8289..cd22c63aa26b6f529db382d7932677f4d6b4ae2b 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -290,6 +290,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;
base::SingleThreadTaskRunner* timerTaskRunner() override;
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698