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

Unified Diff: components/password_manager/content/common/BUILD.gn

Issue 2867743002: Use OnceCallback on Mojo interfaces in //components/password_manager (Closed)
Patch Set: . 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
Index: components/password_manager/content/common/BUILD.gn
diff --git a/components/password_manager/content/common/BUILD.gn b/components/password_manager/content/common/BUILD.gn
index 0fafcea3ae0282892568ae8f6f4e6322344323a9..6b5ad0d8bf8c55e364443b66405bde729f1b981c 100644
--- a/components/password_manager/content/common/BUILD.gn
+++ b/components/password_manager/content/common/BUILD.gn
@@ -13,4 +13,6 @@ mojom("mojo_interfaces") {
"//url/mojo:url_mojom_gurl",
"//url/mojo:url_mojom_origin",
]
+
+ use_once_callback = true
}

Powered by Google App Engine
This is Rietveld 408576698