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

Unified Diff: components/chrome_cleaner/public/interfaces/BUILD.gn

Issue 2867723002: Use OnceCallback on Mojo interfaces in //components/chrome_cleaner (Closed)
Patch Set: rebase. +#include. fix Created 3 years, 7 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
« no previous file with comments | « chrome/browser/safe_browsing/chrome_cleaner/srt_fetcher_browsertest_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/chrome_cleaner/public/interfaces/BUILD.gn
diff --git a/components/chrome_cleaner/public/interfaces/BUILD.gn b/components/chrome_cleaner/public/interfaces/BUILD.gn
index 160898384a69e00e5cfca395d2e6fd27ae67ec32..4a2fb48e28f582f24a688027bb5c9b31225287f0 100644
--- a/components/chrome_cleaner/public/interfaces/BUILD.gn
+++ b/components/chrome_cleaner/public/interfaces/BUILD.gn
@@ -11,4 +11,6 @@ mojom("interfaces") {
deps = [
"//mojo/common:common_custom_types",
]
+
+ use_once_callback = true
}
« no previous file with comments | « chrome/browser/safe_browsing/chrome_cleaner/srt_fetcher_browsertest_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698