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

Unified Diff: trunk/src/mojo/shell/ui_service_loader_android.h

Issue 447063005: Revert 288013 "First cut at "content handling" support in Mojo." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
« no previous file with comments | « trunk/src/mojo/shell/switches.cc ('k') | trunk/src/mojo/shell/ui_service_loader_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/mojo/shell/ui_service_loader_android.h
===================================================================
--- trunk/src/mojo/shell/ui_service_loader_android.h (revision 288042)
+++ trunk/src/mojo/shell/ui_service_loader_android.h (working copy)
@@ -25,9 +25,9 @@
virtual ~UIServiceLoader();
// ServiceLoader overrides:
- virtual void Load(ServiceManager* manager,
- const GURL& url,
- scoped_refptr<LoadCallbacks> callbacks) OVERRIDE;
+ virtual void LoadService(ServiceManager* manager,
+ const GURL& url,
+ ScopedMessagePipeHandle shell_handle) OVERRIDE;
virtual void OnServiceError(ServiceManager* manager,
const GURL& url) OVERRIDE;
@@ -38,9 +38,9 @@
// to |background_loader_| to do the actual loading.
// TODO: having this code take a |manager| is fragile (as ServiceManager isn't
// thread safe).
- void LoadOnUIThread(ServiceManager* manager,
- const GURL& url,
- ScopedMessagePipeHandle* shell_handle);
+ void LoadServiceOnUIThread(ServiceManager* manager,
+ const GURL& url,
+ ScopedMessagePipeHandle* shell_handle);
void OnServiceErrorOnUIThread(ServiceManager* manager, const GURL& url);
void ShutdownOnUIThread();
« no previous file with comments | « trunk/src/mojo/shell/switches.cc ('k') | trunk/src/mojo/shell/ui_service_loader_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698