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

Unified Diff: mojo/shell/tests/application_manager_unittest.cc

Issue 1728083002: Extract a Connector interface from Shell that can be cloned & passed to other threads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@12uid
Patch Set: . Created 4 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: mojo/shell/tests/application_manager_unittest.cc
diff --git a/mojo/shell/tests/application_manager_unittest.cc b/mojo/shell/tests/application_manager_unittest.cc
index b9d151a34799183453cd21abf384c9484025ced6..3de50a4ccb94c59182c7c9ce4dd7a01c0db0027c 100644
--- a/mojo/shell/tests/application_manager_unittest.cc
+++ b/mojo/shell/tests/application_manager_unittest.cc
@@ -602,7 +602,7 @@ TEST_F(ApplicationManagerTest, TestEndApplicationClosure) {
scoped_ptr<ConnectParams> params(new ConnectParams);
params->set_source(CreateShellIdentity());
params->set_target(
- Identity(GURL("test:test"), "", mojom::Shell::kUserRoot,
+ Identity(GURL("test:test"), "", mojom::Connector::kUserRoot,
GetPermissiveCapabilityFilter()));
application_manager_->SetInstanceQuitCallback(
base::Bind(&QuitClosure, params->target(), &called));

Powered by Google App Engine
This is Rietveld 408576698