| Index: remoting/client/ios/facade/remoting_service.h
|
| diff --git a/remoting/client/ios/facade/remoting_service.h b/remoting/client/ios/facade/remoting_service.h
|
| index a92039dccc444ed0139b44bf91e1559f35cd7b37..2f27fba1ad2b340a1dda0355a130ded17d34b75e 100644
|
| --- a/remoting/client/ios/facade/remoting_service.h
|
| +++ b/remoting/client/ios/facade/remoting_service.h
|
| @@ -10,6 +10,7 @@
|
| #import "remoting/client/ios/domain/user_info.h"
|
|
|
| #include "base/memory/weak_ptr.h"
|
| +#include "remoting/base/oauth_token_getter.h"
|
|
|
| // |RemotingAuthenticationDelegate|s are interested in authentication related
|
| // notifications.
|
| @@ -67,6 +68,10 @@
|
| // Returns the currently cached host list or nil if none exist.
|
| - (NSArray<HostInfo*>*)getHosts;
|
|
|
| +// Fetches an OAuth Access Token and passes it back to the callback.
|
| +- (void)callbackWithAccessToken:
|
| + (const remoting::OAuthTokenGetter::TokenCallback&)onAccessToken;
|
| +
|
| @end
|
|
|
| #endif // REMOTING_CLIENT_IOS_FACADE_REMOTING_SERVICE_H_
|
|
|