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

Unified Diff: content/common/BUILD.gn

Issue 2824193002: Enable use_once_callback for //content/common/*.mojom (Closed)
Patch Set: push_messaging fix 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index bf9aca2e7bf7221b4fea8a68b678fea40a672574..9e280290ccfe452ece9da6c883958b66993b9e98 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -641,4 +641,5 @@ mojom("mojo_bindings") {
export_class_attribute = "CONTENT_EXPORT"
export_define = "CONTENT_IMPLEMENTATION=1"
export_header = "content/common/content_export.h"
+ use_once_callback = true
}

Powered by Google App Engine
This is Rietveld 408576698