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

Unified Diff: mojo/shell/dbus_application_loader_linux.cc

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
Index: mojo/shell/dbus_application_loader_linux.cc
diff --git a/mojo/shell/dbus_application_loader_linux.cc b/mojo/shell/dbus_application_loader_linux.cc
index 14d9fd20ffba969d757c0a732d59901ac70c6155..743d7fd8809e51292ffc10f3e1219f6bd8bc4e07 100644
--- a/mojo/shell/dbus_application_loader_linux.cc
+++ b/mojo/shell/dbus_application_loader_linux.cc
@@ -162,8 +162,8 @@ void DBusApplicationLoader::Load(ApplicationManager* manager,
new LoadContext(this, bus_, url, shell_handle.Pass());
}
-void DBusApplicationLoader::OnServiceError(ApplicationManager* manager,
- const GURL& url) {
+void DBusApplicationLoader::OnApplicationError(ApplicationManager* manager,
+ const GURL& url) {
// TODO(cmasone): Anything at all in this method here.
}

Powered by Google App Engine
This is Rietveld 408576698