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

Unified Diff: components/view_manager/public/cpp/view.h

Issue 1121783003: Move navigations with POST or referrer to the shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 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 cbf9e7880d019734c456e9b58aeb8bceafe5fc2b..6005cebb6d58de59970dd0ce2edd1ceae9af6932 100644
--- a/components/view_manager/public/cpp/view.h
+++ b/components/view_manager/public/cpp/view.h
@@ -125,7 +125,7 @@ class View {
// Embedding. See view_manager.mojom for details.
void Embed(const String& url);
- void Embed(const String& url,
+ void Embed(mojo::URLRequestPtr request,
InterfaceRequest<ServiceProvider> services,
ServiceProviderPtr exposed_services);
void Embed(ViewManagerClientPtr client);
« no previous file with comments | « components/view_manager/public/cpp/lib/view_manager_init.cc ('k') | components/view_manager/public/cpp/view_manager_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698