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

Unified Diff: components/view_manager/connection_manager_delegate.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/view_manager/connection_manager.cc ('k') | components/view_manager/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/connection_manager_delegate.h
diff --git a/components/view_manager/connection_manager_delegate.h b/components/view_manager/connection_manager_delegate.h
index 61be93a2daf7091235ebc4cfe31e72e26282ac4d..65115f90de8cc442a28fe9b6661964d56d9242ba 100644
--- a/components/view_manager/connection_manager_delegate.h
+++ b/components/view_manager/connection_manager_delegate.h
@@ -31,14 +31,12 @@ class ConnectionManagerDelegate {
ConnectionManager* connection_manager,
mojo::InterfaceRequest<mojo::ViewManagerService> service_request,
mojo::ConnectionSpecificId creator_id,
- const std::string& creator_url,
mojo::URLRequestPtr request,
const ViewId& root_id) = 0;
virtual ClientConnection* CreateClientConnectionForEmbedAtView(
ConnectionManager* connection_manager,
mojo::InterfaceRequest<mojo::ViewManagerService> service_request,
mojo::ConnectionSpecificId creator_id,
- const std::string& creator_url,
const ViewId& root_id,
mojo::ViewManagerClientPtr view_manager_client) = 0;
« no previous file with comments | « components/view_manager/connection_manager.cc ('k') | components/view_manager/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698