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

Unified Diff: services/view_manager/connection_manager_delegate.h

Issue 893183003: De-client the ViewManager interfaces (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « services/view_manager/connection_manager.cc ('k') | services/view_manager/view_manager_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/view_manager/connection_manager_delegate.h
diff --git a/services/view_manager/connection_manager_delegate.h b/services/view_manager/connection_manager_delegate.h
index f719001e5d68b4dc68c1f0e409072e142d01c1ff..652f513022d07b2754cd65d22834f8f299bae63a 100644
--- a/services/view_manager/connection_manager_delegate.h
+++ b/services/view_manager/connection_manager_delegate.h
@@ -7,6 +7,7 @@
#include <string>
+#include "mojo/public/cpp/bindings/interface_request.h"
#include "mojo/services/view_manager/public/cpp/types.h"
namespace mojo {
@@ -27,6 +28,7 @@ class ConnectionManagerDelegate {
// ConnectionManager.
virtual ClientConnection* CreateClientConnectionForEmbedAtView(
ConnectionManager* connection_manager,
+ mojo::InterfaceRequest<mojo::ViewManagerService> service_request,
mojo::ConnectionSpecificId creator_id,
const std::string& creator_url,
const std::string& url,
« no previous file with comments | « services/view_manager/connection_manager.cc ('k') | services/view_manager/view_manager_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698