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

Unified Diff: mojo/shell/external_application_listener_unittest.cc

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/dynamic_application_loader_unittest.cc ('k') | mojo/shell/network_application_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/external_application_listener_unittest.cc
diff --git a/mojo/shell/external_application_listener_unittest.cc b/mojo/shell/external_application_listener_unittest.cc
index 943331238b2edb6bb07de0a864af69c321951883..c69406545c0d8c8e538c95703df98dbeff35fdf6 100644
--- a/mojo/shell/external_application_listener_unittest.cc
+++ b/mojo/shell/external_application_listener_unittest.cc
@@ -33,7 +33,8 @@ class NotAnApplicationLoader : public ApplicationLoader {
void Load(ApplicationManager* application_manager,
const GURL& url,
- scoped_refptr<LoadCallbacks> callbacks) override {
+ ScopedMessagePipeHandle shell_handle,
+ LoadCallback callback) override {
NOTREACHED();
}
« no previous file with comments | « mojo/shell/dynamic_application_loader_unittest.cc ('k') | mojo/shell/network_application_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698