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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2850743004: Replace ServiceInfo with BindSourceInfo. (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/chrome_content_browser_client.h ('k') | chrome/browser/prefs/active_profile_pref_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index c31ae0acb3c80c5cbf7ce16e0993dc5f97b93e27..24653d18bde3b5b7a498e33cacba774338031016 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -528,7 +528,7 @@ class ChromeServiceChromeOS
}
// service_manager::Service:
- void OnBindInterface(const service_manager::ServiceInfo& remote_info,
+ void OnBindInterface(const service_manager::BindSourceInfo& remote_info,
const std::string& name,
mojo::ScopedMessagePipeHandle handle) override {
interfaces_.BindInterface(remote_info.identity, name, std::move(handle));
@@ -3244,7 +3244,7 @@ void ChromeContentBrowserClient::ExposeInterfacesToFrame(
}
void ChromeContentBrowserClient::BindInterfaceRequest(
- const service_manager::ServiceInfo& source_info,
+ const service_manager::BindSourceInfo& source_info,
const std::string& interface_name,
mojo::ScopedMessagePipeHandle* interface_pipe) {
if (source_info.identity.name() == content::mojom::kGpuServiceName &&
« no previous file with comments | « chrome/browser/chrome_content_browser_client.h ('k') | chrome/browser/prefs/active_profile_pref_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698