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

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: tweaks 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
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..5057fc99c0c625db87e6155e6a61b31623ce8d66 100644
--- a/mojo/runner/about_fetcher_unittest.cc
+++ b/mojo/runner/about_fetcher_unittest.cc
@@ -134,8 +134,9 @@ class AboutFetcherTest : public testing::Test {
request->url = url;
application_manager_->ConnectToApplication(
nullptr, request.Pass(), std::string(), GURL(),
+ shell::ApplicationManager::kInvalidContentHandlerID,
service_provider_request.Pass(), nullptr, shell::CapabilityFilter(),
- base::Closure());
+ base::Closure(), shell::EmptyConnectCallback());
run_loop.Run();
}

Powered by Google App Engine
This is Rietveld 408576698