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

Unified Diff: components/view_manager/public/cpp/lib/view_manager_client_impl.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/lib/view_manager_client_impl.h
diff --git a/components/view_manager/public/cpp/lib/view_manager_client_impl.h b/components/view_manager/public/cpp/lib/view_manager_client_impl.h
index 04bc121a34deb341d4a97e6fbbaf13e50c913fdd..7eb2f97a85095b75fe8475ef3519a2a3389576a2 100644
--- a/components/view_manager/public/cpp/lib/view_manager_client_impl.h
+++ b/components/view_manager/public/cpp/lib/view_manager_client_impl.h
@@ -55,7 +55,7 @@ class ViewManagerClientImpl : public ViewManager,
const std::vector<uint8_t>& data);
void Embed(const String& url, Id view_id);
- void Embed(const String& url,
+ void Embed(mojo::URLRequestPtr request,
Id view_id,
InterfaceRequest<ServiceProvider> services,
ServiceProviderPtr exposed_services);
« no previous file with comments | « components/view_manager/public/cpp/lib/view.cc ('k') | components/view_manager/public/cpp/lib/view_manager_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698