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

Unified Diff: shell/external_application_listener_unittest.cc

Issue 930243006: Simplify the ApplicationLoader interface in preparation for changes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: ptal Created 5 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 | « shell/dynamic_application_loader_unittest.cc ('k') | shell/native_application_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/external_application_listener_unittest.cc
diff --git a/shell/external_application_listener_unittest.cc b/shell/external_application_listener_unittest.cc
index e841486fdc660823e4981b8029fb5e624fe188f5..0678ab8645625033416f346974e8048c56cc0340 100644
--- a/shell/external_application_listener_unittest.cc
+++ b/shell/external_application_listener_unittest.cc
@@ -35,10 +35,8 @@ class NotAnApplicationLoader : public ApplicationLoader {
NotAnApplicationLoader() {}
~NotAnApplicationLoader() override {}
- void Load(ApplicationManager* application_manager,
- const GURL& url,
- InterfaceRequest<Application> application_request,
- LoadCallback callback) override {
+ void Load(const GURL& url,
+ InterfaceRequest<Application> application_request) override {
NOTREACHED();
}
« no previous file with comments | « shell/dynamic_application_loader_unittest.cc ('k') | shell/native_application_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698