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

Unified Diff: mojo/shell/shell_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: fixes 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: mojo/shell/shell_impl.h
diff --git a/mojo/shell/shell_impl.h b/mojo/shell/shell_impl.h
index a67335cb6a2bb61be0d40d13e2b2e6e022d48baf..66fb00699a79a292af066983c4d12150fd393305 100644
--- a/mojo/shell/shell_impl.h
+++ b/mojo/shell/shell_impl.h
@@ -40,7 +40,7 @@ class ShellImpl : public Shell, public ErrorHandler {
private:
// Shell implementation:
- void ConnectToApplication(const String& app_url,
+ void ConnectToApplication(mojo::URLRequestPtr app_url,
InterfaceRequest<ServiceProvider> services,
ServiceProviderPtr exposed_services) override;

Powered by Google App Engine
This is Rietveld 408576698