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

Unified Diff: mojo/shell/capability_filter_unittest.cc

Issue 1311353005: Adds a way to determine id of content handler that created app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nuke comment Created 5 years, 4 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/application_manager_unittest.cc ('k') | mojo/shell/content_handler_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/capability_filter_unittest.cc
diff --git a/mojo/shell/capability_filter_unittest.cc b/mojo/shell/capability_filter_unittest.cc
index fda2c314d3044660ea7270d9368239f3495c38fc..3449e186cf2638e6b95d13baaee19de416799af1 100644
--- a/mojo/shell/capability_filter_unittest.cc
+++ b/mojo/shell/capability_filter_unittest.cc
@@ -352,7 +352,7 @@ class CapabilityFilterTest : public testing::Test {
application_manager_->ConnectToApplication(
nullptr, request.Pass(), std::string(), GURL(), GetProxy(&services),
exposed_services.Pass(), filter,
- base::MessageLoop::QuitWhenIdleClosure());
+ base::MessageLoop::QuitWhenIdleClosure(), EmptyConnectCallback());
}
void InitValidator(const std::set<std::string>& expectations) {
« no previous file with comments | « mojo/shell/application_manager_unittest.cc ('k') | mojo/shell/content_handler_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698