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

Unified Diff: mojo/public/cpp/application/service_provider_impl.h

Issue 514063003: Update view_manager and window_manager to make use of content handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@viewman2
Patch Set: Created 6 years, 4 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: mojo/public/cpp/application/service_provider_impl.h
diff --git a/mojo/public/cpp/application/service_provider_impl.h b/mojo/public/cpp/application/service_provider_impl.h
index 0f56a0d530c4b85838c0940fa81d698f9c068358..01cf54c08865ef5b3744fca77842b355e7d49c77 100644
--- a/mojo/public/cpp/application/service_provider_impl.h
+++ b/mojo/public/cpp/application/service_provider_impl.h
@@ -18,6 +18,7 @@ class ServiceConnectorBase;
class ServiceProviderImpl : public InterfaceImpl<ServiceProvider> {
public:
ServiceProviderImpl();
+ ServiceProviderImpl(ApplicationConnection* application_connection);
darin (slow to review) 2014/08/29 05:59:42 nit: explicit
virtual ~ServiceProviderImpl();
template <typename Interface>
@@ -58,6 +59,7 @@ class ServiceProviderImpl : public InterfaceImpl<ServiceProvider> {
NameToServiceConnectorMap service_connectors_;
+ ApplicationConnection* application_connection_;
internal::WeakServiceProvider* remote_;
MOJO_DISALLOW_COPY_AND_ASSIGN(ServiceProviderImpl);

Powered by Google App Engine
This is Rietveld 408576698