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

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: 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(

Powered by Google App Engine
This is Rietveld 408576698