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

Unified Diff: components/view_manager/connection_manager.h

Issue 1166123005: Removes ServiceProviders from ViewManager::Embed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use is_headless rather than check for browser. Created 5 years, 6 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/setup.cc ('k') | components/view_manager/connection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/connection_manager.h
diff --git a/components/view_manager/connection_manager.h b/components/view_manager/connection_manager.h
index d6834289320ea003e62626d2060fa18600394c03..99017b904f899bb2d4d3aeabae1f62a0e69b299a 100644
--- a/components/view_manager/connection_manager.h
+++ b/components/view_manager/connection_manager.h
@@ -88,10 +88,8 @@ class ConnectionManager : public ServerViewDelegate,
// See description of ViewManagerService::Embed() for details. This assumes
// |transport_view_id| is valid.
void EmbedAtView(mojo::ConnectionSpecificId creator_id,
- mojo::URLRequestPtr request,
const ViewId& view_id,
- mojo::InterfaceRequest<mojo::ServiceProvider> services,
- mojo::ServiceProviderPtr exposed_services);
+ mojo::URLRequestPtr request);
void EmbedAtView(mojo::ConnectionSpecificId creator_id,
const ViewId& view_id,
mojo::ViewManagerClientPtr client);
« no previous file with comments | « components/html_viewer/setup.cc ('k') | components/view_manager/connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698