Index: trunk/src/mojo/shell/dbus_service_loader_linux.h |
=================================================================== |
--- trunk/src/mojo/shell/dbus_service_loader_linux.h (revision 288042) |
+++ trunk/src/mojo/shell/dbus_service_loader_linux.h (working copy) |
@@ -61,9 +61,9 @@ |
// the name "org.chromium.EchoService" and invoke the method |
// "org.chromium.Mojo.ConnectChannel" on the object exported at |
// "/org/chromium/MojoImpl". |
- 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; |