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

Unified Diff: mojo/runner/about_fetcher_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/application/public/interfaces/shell.mojom ('k') | mojo/runner/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/about_fetcher_unittest.cc
diff --git a/mojo/runner/about_fetcher_unittest.cc b/mojo/runner/about_fetcher_unittest.cc
index 08470b5340724109ccb9782abd37dfb75f64bd15..0dfd7a18d322b046d78f9c29d3c920ea79e7fc6c 100644
--- a/mojo/runner/about_fetcher_unittest.cc
+++ b/mojo/runner/about_fetcher_unittest.cc
@@ -135,7 +135,7 @@ class AboutFetcherTest : public testing::Test {
application_manager_->ConnectToApplication(
nullptr, request.Pass(), std::string(), GURL(),
service_provider_request.Pass(), nullptr, shell::CapabilityFilter(),
- base::Closure());
+ base::Closure(), shell::EmptyConnectCallback());
run_loop.Run();
}
« no previous file with comments | « mojo/application/public/interfaces/shell.mojom ('k') | mojo/runner/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698