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

Unified Diff: chrome/browser/engagement/BUILD.gn

Issue 2788413003: Add SiteEngagementService::GetAllDetails(), to return detailed scores. (Closed)
Patch Set: Fix notifications permission logic & test Created 3 years, 8 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: chrome/browser/engagement/BUILD.gn
diff --git a/chrome/browser/engagement/BUILD.gn b/chrome/browser/engagement/BUILD.gn
index d0da3192949585c4692306c0279a3edb793975da..4315a90a48c556938edf90824848145829a0c082 100644
--- a/chrome/browser/engagement/BUILD.gn
+++ b/chrome/browser/engagement/BUILD.gn
@@ -6,7 +6,7 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("mojo_bindings") {
sources = [
- "site_engagement.mojom",
+ "site_engagement_details.mojom",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698