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

Unified Diff: components/view_manager/public/cpp/view.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
Index: components/view_manager/public/cpp/view.h
diff --git a/components/view_manager/public/cpp/view.h b/components/view_manager/public/cpp/view.h
index bf519eee525d26eb56474455172ea1c54bc4db34..7629a0c3e592dfa8c3478046130e4e14747f6561 100644
--- a/components/view_manager/public/cpp/view.h
+++ b/components/view_manager/public/cpp/view.h
@@ -129,10 +129,6 @@ class View {
void SetFocus();
// Embedding. See view_manager.mojom for details.
- void Embed(const String& url);
- void Embed(mojo::URLRequestPtr request,
- InterfaceRequest<ServiceProvider> services,
- ServiceProviderPtr exposed_services);
void Embed(ViewManagerClientPtr client);
void EmbedAllowingReembed(mojo::URLRequestPtr request);
« no previous file with comments | « components/view_manager/public/cpp/lib/view_manager_delegate.cc ('k') | components/view_manager/public/cpp/view_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698