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

Unified Diff: mojo/shell/context.cc

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
Index: mojo/shell/context.cc
diff --git a/mojo/shell/context.cc b/mojo/shell/context.cc
index af1bd8915a89ad54777e02463a854eef513cca9a..706c511489a72a1f4564f3c3f22e7cc3536ee1c5 100644
--- a/mojo/shell/context.cc
+++ b/mojo/shell/context.cc
@@ -127,8 +127,8 @@ class Context::NativeViewportApplicationLoader
app_.reset(new ApplicationImpl(this, shell_handle.Pass()));
}
- virtual void OnServiceError(ApplicationManager* manager,
- const GURL& url) OVERRIDE {}
+ virtual void OnApplicationError(ApplicationManager* manager,
+ const GURL& url) OVERRIDE {}
// ApplicationDelegate implementation.
virtual bool ConfigureIncomingConnection(
« no previous file with comments | « mojo/services/window_manager/window_manager_api_unittest.cc ('k') | mojo/shell/dbus_application_loader_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698