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

Unified Diff: trunk/src/mojo/service_manager/background_shell_service_loader.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
Index: trunk/src/mojo/service_manager/background_shell_service_loader.h
===================================================================
--- trunk/src/mojo/service_manager/background_shell_service_loader.h (revision 288042)
+++ trunk/src/mojo/service_manager/background_shell_service_loader.h (working copy)
@@ -26,9 +26,9 @@
virtual ~BackgroundShellServiceLoader();
// 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;
@@ -42,9 +42,10 @@
// to |background_loader_| to do the actual loading.
// TODO: having this code take a |manager| is fragile (as ServiceManager isn't
// thread safe).
- void LoadOnBackgroundThread(ServiceManager* manager,
- const GURL& url,
- ScopedMessagePipeHandle* shell_handle);
+ void LoadServiceOnBackgroundThread(
+ ServiceManager* manager,
+ const GURL& url,
+ ScopedMessagePipeHandle* shell_handle);
void OnServiceErrorOnBackgroundThread(ServiceManager* manager,
const GURL& url);
bool quit_on_shutdown_;
« no previous file with comments | « trunk/src/mojo/service_manager/BUILD.gn ('k') | trunk/src/mojo/service_manager/background_shell_service_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698