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

Unified Diff: mojo/shell/test_package_manager.h

Issue 1675153002: ApplicationImpl->ShellConnection, mojom::Application->mojom::ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ci2
Patch Set: . Created 4 years, 10 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/static_application_loader.cc ('k') | mojo/shell/test_package_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/test_package_manager.h
diff --git a/mojo/shell/test_package_manager.h b/mojo/shell/test_package_manager.h
index 0acb7bc55877427bd6b08e81c03b3f2ceffb1838..fc055762d6c3e8997591764b14339542b24d6a91 100644
--- a/mojo/shell/test_package_manager.h
+++ b/mojo/shell/test_package_manager.h
@@ -30,7 +30,7 @@ class TestPackageManager : public PackageManager {
const Identity& source,
const GURL& target_url,
const CapabilityFilter& target_filter,
- InterfaceRequest<shell::mojom::Application>* application_request)
+ InterfaceRequest<shell::mojom::ShellClient>* request)
override;
bool IsURLInCatalog(const std::string& url) const override;
std::string GetApplicationName(const std::string& url) const override;
« no previous file with comments | « mojo/shell/static_application_loader.cc ('k') | mojo/shell/test_package_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698