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

Unified Diff: content/public/browser/content_browser_client.h

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 | « content/network/network_service.cc ('k') | content/public/common/connection_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 5313f43b751a40fd1d970ffa54e1fd52d8e5960a..0bb98c3783022082c6c4d2c8966d38065c14feed 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -68,7 +68,7 @@ class CdmFactory;
namespace service_manager {
class BinderRegistry;
class Service;
-struct ServiceInfo;
+struct BindSourceInfo;
}
namespace net {
@@ -685,7 +685,7 @@ class CONTENT_EXPORT ContentBrowserClient {
// received from |source_info.identity|. If the request is bound,
// |interface_pipe| will become invalid (taken by the client).
virtual void BindInterfaceRequest(
- const service_manager::ServiceInfo& source_info,
+ const service_manager::BindSourceInfo& source_info,
const std::string& interface_name,
mojo::ScopedMessagePipeHandle* interface_pipe) {}
« no previous file with comments | « content/network/network_service.cc ('k') | content/public/common/connection_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698