| Index: remoting/client/client_user_interface.h
|
| diff --git a/remoting/client/client_user_interface.h b/remoting/client/client_user_interface.h
|
| index 9f1cfa73b41d98906b08bfd8f13f01ddb721da73..51a097ed2dbc0732f2091b155de5cba774aa9c1e 100644
|
| --- a/remoting/client/client_user_interface.h
|
| +++ b/remoting/client/client_user_interface.h
|
| @@ -53,11 +53,6 @@ class ClientUserInterface {
|
|
|
| // Get the view's CursorShapeStub implementation.
|
| virtual protocol::CursorShapeStub* GetCursorShapeStub() = 0;
|
| -
|
| - // Get the view's TokenFetcher implementation.
|
| - // The TokenFetcher implementation may require interactive authentication.
|
| - virtual scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher>
|
| - GetTokenFetcher(const std::string& host_public_key) = 0;
|
| };
|
|
|
| } // namespace remoting
|
|
|