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

Unified Diff: shell/application_manager/application_loader.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/application_manager/application_loader.h ('k') | shell/application_manager/application_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/application_loader.cc
diff --git a/shell/application_manager/application_loader.cc b/shell/application_manager/application_loader.cc
index 1e32a5a71360129993cd11f7b61146342c26af9e..6cbf03211dc26feb8d5dbbb07f366dbad3a24704 100644
--- a/shell/application_manager/application_loader.cc
+++ b/shell/application_manager/application_loader.cc
@@ -19,7 +19,7 @@ void NotReached(const GURL& url,
} // namespace
-ApplicationLoader::LoadCallback ApplicationLoader::SimpleLoadCallback() {
+LoadCallback NativeApplicationLoader::SimpleLoadCallback() {
return base::Bind(&NotReached);
}
« no previous file with comments | « shell/application_manager/application_loader.h ('k') | shell/application_manager/application_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698