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

Unified Diff: mojo/shell/tests/capability_filter_test.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
« no previous file with comments | « mojo/shell/tests/application_manager_unittest.cc ('k') | mojo/shell/tests/package_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/capability_filter_test.cc
diff --git a/mojo/shell/tests/capability_filter_test.cc b/mojo/shell/tests/capability_filter_test.cc
index 6538ddc418e9476feba6c8372c3c5e51e11b89b5..f22ffec76445c7beecce08fb4c4c0d4c1f84ed37 100644
--- a/mojo/shell/tests/capability_filter_test.cc
+++ b/mojo/shell/tests/capability_filter_test.cc
@@ -330,7 +330,7 @@ void CapabilityFilterTest::RunApplication(const std::string& url,
scoped_ptr<ConnectParams> params(new ConnectParams);
params->set_source(CreateShellIdentity());
params->set_target(Identity(GURL(url), std::string(),
- mojom::Shell::kUserInherit, filter));
+ mojom::Connector::kUserInherit, filter));
params->set_remote_interfaces(GetProxy(&remote_interfaces));
params->set_local_interfaces(std::move(local_interfaces));
quit_identities_.insert(params->target());
« no previous file with comments | « mojo/shell/tests/application_manager_unittest.cc ('k') | mojo/shell/tests/package_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698