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

Unified Diff: shell/application_manager/shell_impl.h

Issue 943053003: Simple multi-url support for mojo apps (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: hate Created 5 years, 10 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: shell/application_manager/shell_impl.h
diff --git a/shell/application_manager/shell_impl.h b/shell/application_manager/shell_impl.h
index 1748078911256b1a28dfbc49cdfe97c08f27443f..8b6f4e451c2e601cb9e992fff39040ae0b122aaf 100644
--- a/shell/application_manager/shell_impl.h
+++ b/shell/application_manager/shell_impl.h
@@ -25,7 +25,8 @@ class ShellImpl : public Shell, public ErrorHandler {
void InitializeApplication(Array<String> args);
- void ConnectToClient(const GURL& requestor_url,
+ void ConnectToClient(const GURL& requested_url,
+ const GURL& requestor_url,
InterfaceRequest<ServiceProvider> services,
ServiceProviderPtr exposed_services);

Powered by Google App Engine
This is Rietveld 408576698