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

Unified Diff: chrome/browser/metrics/leak_detector/leak_detector_remote_controller.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
Index: chrome/browser/metrics/leak_detector/leak_detector_remote_controller.cc
diff --git a/chrome/browser/metrics/leak_detector/leak_detector_remote_controller.cc b/chrome/browser/metrics/leak_detector/leak_detector_remote_controller.cc
index 57201eb72fea0f77c83e5ff9f2b50855d61c1998..2d926822917a44d183377fe384baf430ffe0d8ea 100644
--- a/chrome/browser/metrics/leak_detector/leak_detector_remote_controller.cc
+++ b/chrome/browser/metrics/leak_detector/leak_detector_remote_controller.cc
@@ -25,7 +25,9 @@ LeakDetectorRemoteController::LocalController* g_local_controller = nullptr;
LeakDetectorRemoteController::~LeakDetectorRemoteController() {}
// static
-void LeakDetectorRemoteController::Create(mojom::LeakDetectorRequest request) {
+void LeakDetectorRemoteController::Create(
+ const service_manager::BindSourceInfo& source_info,
+ mojom::LeakDetectorRequest request) {
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
std::unique_ptr<LeakDetectorRemoteController> controller =
base::WrapUnique(new LeakDetectorRemoteController);
« no previous file with comments | « chrome/browser/metrics/leak_detector/leak_detector_remote_controller.h ('k') | chrome/browser/net_benchmarking.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698