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

Unified Diff: components/html_viewer/stats_collection_controller.cc

Issue 1681813002: Rename Connection::AddService/ConnectToService to Connection::AddInterface/GetInterface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface_binder
Patch Set: . Created 4 years, 10 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/html_viewer/html_viewer.cc ('k') | components/mus/mus_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/stats_collection_controller.cc
diff --git a/components/html_viewer/stats_collection_controller.cc b/components/html_viewer/stats_collection_controller.cc
index 15710ec69029e6dbe077ea345e6a05c446250eb0..0b568a5f0ecae7e570b6138dee8292aaef71c846 100644
--- a/components/html_viewer/stats_collection_controller.cc
+++ b/components/html_viewer/stats_collection_controller.cc
@@ -87,8 +87,8 @@ tracing::StartupPerformanceDataCollectorPtr StatsCollectionController::Install(
return nullptr;
tracing::StartupPerformanceDataCollectorPtr collector_for_controller;
tracing::StartupPerformanceDataCollectorPtr collector_for_caller;
- connection->ConnectToService(&collector_for_controller);
- connection->ConnectToService(&collector_for_caller);
+ connection->GetInterface(&collector_for_controller);
+ connection->GetInterface(&collector_for_caller);
gin::Handle<StatsCollectionController> controller = gin::CreateHandle(
isolate,
« no previous file with comments | « components/html_viewer/html_viewer.cc ('k') | components/mus/mus_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698