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

Unified Diff: chrome/browser/net_benchmarking.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 | « chrome/browser/net_benchmarking.h ('k') | chrome/browser/password_manager/chrome_password_manager_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net_benchmarking.cc
diff --git a/chrome/browser/net_benchmarking.cc b/chrome/browser/net_benchmarking.cc
index 775eca6a196b6128faf3e5adc7680b5c5d914d00..29d60a22e366cc88f87833cf9acf17fc22d091f7 100644
--- a/chrome/browser/net_benchmarking.cc
+++ b/chrome/browser/net_benchmarking.cc
@@ -50,6 +50,7 @@ NetBenchmarking::~NetBenchmarking() {}
// static
void NetBenchmarking::Create(Profile* profile,
net::URLRequestContextGetter* request_context,
+ const service_manager::BindSourceInfo& source_info,
chrome::mojom::NetBenchmarkingRequest request) {
mojo::MakeStrongBinding(
base::MakeUnique<NetBenchmarking>(profile, request_context),
« no previous file with comments | « chrome/browser/net_benchmarking.h ('k') | chrome/browser/password_manager/chrome_password_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698