| Index: remoting/host/setup/host_starter.h
|
| diff --git a/remoting/host/setup/host_starter.h b/remoting/host/setup/host_starter.h
|
| index 8ea93c4700a09fd94910507eb6ac452180fa9a31..5ebfbbfa8d1990ebb4d8d4313c0712de4bd7fd9d 100644
|
| --- a/remoting/host/setup/host_starter.h
|
| +++ b/remoting/host/setup/host_starter.h
|
| @@ -77,7 +77,9 @@ class HostStarter : public gaia::GaiaOAuthClient::Delegate,
|
|
|
| void StartHostProcess();
|
|
|
| - void OnHostStarted(DaemonController::AsyncResult result);
|
| + void OnStartHostSucceeded();
|
| + void OnStartHostFailed(const std::string& error_message,
|
| + const tracked_objects::Location& location);
|
|
|
| scoped_ptr<gaia::GaiaOAuthClient> oauth_client_;
|
| scoped_ptr<remoting::ServiceClient> service_client_;
|
|
|