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

Unified Diff: mojo/shell/dbus_application_loader_linux.h

Issue 506103002: Rename ApplicationLoader::OnServiceError to OnApplicationError (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge nits 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 | « mojo/shell/context.cc ('k') | mojo/shell/dbus_application_loader_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/dbus_application_loader_linux.h
diff --git a/mojo/shell/dbus_application_loader_linux.h b/mojo/shell/dbus_application_loader_linux.h
index 1f03be14f5d094d1ee8dee0901ff4ef41b4143b2..c1cba4126e8203c35d645e707e1f82529e945766 100644
--- a/mojo/shell/dbus_application_loader_linux.h
+++ b/mojo/shell/dbus_application_loader_linux.h
@@ -64,8 +64,8 @@ class DBusApplicationLoader : public ApplicationLoader {
const GURL& url,
scoped_refptr<LoadCallbacks> callbacks) OVERRIDE;
- virtual void OnServiceError(ApplicationManager* manager,
- const GURL& url) OVERRIDE;
+ virtual void OnApplicationError(ApplicationManager* manager,
+ const GURL& url) OVERRIDE;
private:
class LoadContext;
« no previous file with comments | « mojo/shell/context.cc ('k') | mojo/shell/dbus_application_loader_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698