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

Unified Diff: mojo/shell/network_application_loader.h

Issue 741453002: Make sure that Content Handled application can be connected multiple times. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix sky Created 6 years, 1 month 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
« no previous file with comments | « mojo/shell/external_application_listener_unittest.cc ('k') | mojo/shell/network_application_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/network_application_loader.h
diff --git a/mojo/shell/network_application_loader.h b/mojo/shell/network_application_loader.h
index 0f426b0aa62f3529a932c11a2e583a29d007316c..e06d2501e48b49ad8aee0e6c700e1ee5e0bc7a32 100644
--- a/mojo/shell/network_application_loader.h
+++ b/mojo/shell/network_application_loader.h
@@ -32,7 +32,8 @@ class NetworkApplicationLoader : public ApplicationLoader,
// ApplicationLoader overrides:
virtual void Load(ApplicationManager* manager,
const GURL& url,
- scoped_refptr<LoadCallbacks> callbacks) override;
+ ScopedMessagePipeHandle shell_handle,
+ LoadCallback callback) override;
virtual void OnApplicationError(ApplicationManager* manager,
const GURL& url) override;
« no previous file with comments | « mojo/shell/external_application_listener_unittest.cc ('k') | mojo/shell/network_application_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698