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

Unified Diff: components/metrics/leak_detector/BUILD.gn

Issue 2843353004: Enable use_once_callback on mojom GN rule by default (Closed)
Patch Set: rebase 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 | « components/leveldb/public/interfaces/BUILD.gn ('k') | components/metrics/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/leak_detector/BUILD.gn
diff --git a/components/metrics/leak_detector/BUILD.gn b/components/metrics/leak_detector/BUILD.gn
index 0e13520174f99066336c65556cc62a2750ef4434..3cd771bc4bb543f48944ae5fed1d69cab7cbf4f5 100644
--- a/components/metrics/leak_detector/BUILD.gn
+++ b/components/metrics/leak_detector/BUILD.gn
@@ -40,6 +40,9 @@ if (is_chromeos) {
sources = [
"leak_detector.mojom",
]
+
+ # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
+ use_once_callback = false
}
source_set("unit_tests") {
« no previous file with comments | « components/leveldb/public/interfaces/BUILD.gn ('k') | components/metrics/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698