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

Unified Diff: chrome/browser/net_benchmarking.h

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
Index: chrome/browser/net_benchmarking.h
diff --git a/chrome/browser/net_benchmarking.h b/chrome/browser/net_benchmarking.h
index ac990c3a2522c01143dd381ab364e02bb011b0bb..bbc11a492bc2adbf13ecbd4c9396f3458486f7a3 100644
--- a/chrome/browser/net_benchmarking.h
+++ b/chrome/browser/net_benchmarking.h
@@ -8,6 +8,7 @@
#include "base/macros.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/net_benchmarking.mojom.h"
+#include "services/service_manager/public/cpp/bind_source_info.h"
namespace net {
class URLRequestContextGetter;
@@ -25,6 +26,7 @@ class NetBenchmarking : public chrome::mojom::NetBenchmarking {
static void Create(Profile* profile,
net::URLRequestContextGetter* request_context,
+ const service_manager::BindSourceInfo& source_info,
chrome::mojom::NetBenchmarkingRequest request);
static bool CheckBenchmarkingEnabled();
« no previous file with comments | « chrome/browser/metrics/leak_detector/leak_detector_remote_controller.cc ('k') | chrome/browser/net_benchmarking.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698