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

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

Issue 2864283002: Use OnceCallback on Mojo interfaces in //components/leak_detector (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 | « chrome/browser/metrics/leak_detector/leak_detector_remote_controller.cc ('k') | no next file » | 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 3cd771bc4bb543f48944ae5fed1d69cab7cbf4f5..0e13520174f99066336c65556cc62a2750ef4434 100644
--- a/components/metrics/leak_detector/BUILD.gn
+++ b/components/metrics/leak_detector/BUILD.gn
@@ -40,9 +40,6 @@ 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 | « chrome/browser/metrics/leak_detector/leak_detector_remote_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698