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

Unified Diff: mojo/shell/dynamic_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: 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
Index: mojo/shell/dynamic_application_loader.h
diff --git a/mojo/shell/dynamic_application_loader.h b/mojo/shell/dynamic_application_loader.h
index 5644100000bc9e1137ae93ca62a3aa634a58641d..33357a48473735e68d5fe8b5777d62bb1dd4829f 100644
--- a/mojo/shell/dynamic_application_loader.h
+++ b/mojo/shell/dynamic_application_loader.h
@@ -40,6 +40,7 @@ class DynamicApplicationLoader : public ApplicationLoader {
// ApplicationLoader methods:
void Load(ApplicationManager* manager,
const GURL& url,
+ ScopedMessagePipeHandle shell_handle,
scoped_refptr<LoadCallbacks> callbacks) override;
void OnApplicationError(ApplicationManager* manager,
const GURL& url) override;

Powered by Google App Engine
This is Rietveld 408576698