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

Unified Diff: mojo/shell/test_package_manager.cc

Issue 1346143004: Don't use resolved url for instance identity in ApplicationManager (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 | « mojo/shell/test_package_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/test_package_manager.cc
diff --git a/mojo/shell/test_package_manager.cc b/mojo/shell/test_package_manager.cc
index 726d3c8f986ccc0ba556021b0dbd8fed3bd45251..d5cdd8a1d52efe642199459d10ca11a9cd56d52e 100644
--- a/mojo/shell/test_package_manager.cc
+++ b/mojo/shell/test_package_manager.cc
@@ -25,17 +25,13 @@ void TestPackageManager::RegisterContentHandler(
void TestPackageManager::SetApplicationManager(ApplicationManager* manager) {
}
-GURL TestPackageManager::ResolveURL(const GURL& url) {
- return url;
-}
-
void TestPackageManager::FetchRequest(
URLRequestPtr request,
const Fetcher::FetchCallback& loader_callback) {}
bool TestPackageManager::HandleWithContentHandler(
Fetcher* fetcher,
- const GURL& unresolved_url,
+ const GURL& url,
base::TaskRunner* task_runner,
URLResponsePtr* new_response,
GURL* content_handler_url,
« no previous file with comments | « mojo/shell/test_package_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698