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

Unified Diff: mojo/runner/about_fetcher_unittest.cc

Issue 1318523007: Remove |requestor_url| from ApplicationManager::ConnectToApplication(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | mojo/runner/context.cc » ('j') | mojo/shell/application_manager.h » ('J')
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 64eb6259a6e1d255cd96027c2350bf3d8ac050f4..2f5b2d91093531d43b558ce21d31a33572edb7f8 100644
--- a/mojo/runner/about_fetcher_unittest.cc
+++ b/mojo/runner/about_fetcher_unittest.cc
@@ -134,9 +134,9 @@ class AboutFetcherTest : public testing::Test {
URLRequestPtr request(URLRequest::New());
request->url = url;
application_manager_->ConnectToApplication(
- nullptr, request.Pass(), std::string(), GURL(),
- service_provider_request.Pass(), nullptr, shell::CapabilityFilter(),
- base::Closure(), shell::EmptyConnectCallback());
+ nullptr, request.Pass(), std::string(), service_provider_request.Pass(),
+ nullptr, shell::CapabilityFilter(), base::Closure(),
+ shell::EmptyConnectCallback());
run_loop.Run();
}
« no previous file with comments | « no previous file | mojo/runner/context.cc » ('j') | mojo/shell/application_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698