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

Unified Diff: components/metrics/call_stack_profile_collector.cc

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (Closed)
Patch Set: . 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
« no previous file with comments | « components/metrics/call_stack_profile_collector.h ('k') | components/nacl/common/nacl_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/call_stack_profile_collector.cc
diff --git a/components/metrics/call_stack_profile_collector.cc b/components/metrics/call_stack_profile_collector.cc
index 71f45df07906b46b76f910fd8313e088a6f91a58..4cdd9ec83485819cc4959c75c2f7faf2c58fa987 100644
--- a/components/metrics/call_stack_profile_collector.cc
+++ b/components/metrics/call_stack_profile_collector.cc
@@ -22,6 +22,7 @@ CallStackProfileCollector::~CallStackProfileCollector() {}
// static
void CallStackProfileCollector::Create(
CallStackProfileParams::Process expected_process,
+ const service_manager::BindSourceInfo& source_info,
mojom::CallStackProfileCollectorRequest request) {
mojo::MakeStrongBinding(
base::MakeUnique<CallStackProfileCollector>(expected_process),
« no previous file with comments | « components/metrics/call_stack_profile_collector.h ('k') | components/nacl/common/nacl_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698