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

Unified Diff: mojo/shell/ui_application_loader_android.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/network_application_loader.cc ('k') | mojo/shell/ui_application_loader_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/ui_application_loader_android.h
diff --git a/mojo/shell/ui_application_loader_android.h b/mojo/shell/ui_application_loader_android.h
index 3195b8e0f9cbbf1f25d11bb51e598778de520071..074a070c5145df81c4b0aeb2dd502e8f1fadc727 100644
--- a/mojo/shell/ui_application_loader_android.h
+++ b/mojo/shell/ui_application_loader_android.h
@@ -29,8 +29,8 @@ class UIApplicationLoader : public ApplicationLoader {
virtual void Load(ApplicationManager* manager,
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 UILoader;
@@ -42,7 +42,8 @@ class UIApplicationLoader : public ApplicationLoader {
void LoadOnUIThread(ApplicationManager* manager,
const GURL& url,
ScopedMessagePipeHandle* shell_handle);
- void OnServiceErrorOnUIThread(ApplicationManager* manager, const GURL& url);
+ void OnApplicationErrorOnUIThread(ApplicationManager* manager,
+ const GURL& url);
void ShutdownOnUIThread();
scoped_ptr<ApplicationLoader> loader_;
« no previous file with comments | « mojo/shell/network_application_loader.cc ('k') | mojo/shell/ui_application_loader_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698