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

Unified Diff: mojo/application_manager/application_loader.h

Issue 506103002: Rename ApplicationLoader::OnServiceError to OnApplicationError (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/application_manager/application_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application_manager/application_loader.h
diff --git a/mojo/application_manager/application_loader.h b/mojo/application_manager/application_loader.h
index cf5cf967ef2d456765a6ef67aede27a3fd32ecb8..8f06810d51bb72fc62c70a076499f90d07a4f4c5 100644
--- a/mojo/application_manager/application_loader.h
+++ b/mojo/application_manager/application_loader.h
@@ -76,7 +76,8 @@ class MOJO_APPLICATION_MANAGER_EXPORT ApplicationLoader {
scoped_refptr<LoadCallbacks> callbacks) = 0;
// TODO(davemoore): Change name to OnApplicationError.
tim (not reviewing) 2014/08/26 17:19:25 nit - remove TODO! Comment wouldn't hurt.
- virtual void OnServiceError(ApplicationManager* manager, const GURL& url) = 0;
+ virtual void OnApplicationError(ApplicationManager* manager,
+ const GURL& url) = 0;
protected:
ApplicationLoader() {}
« no previous file with comments | « no previous file | mojo/application_manager/application_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698