| Index: remoting/protocol/authenticator.h
|
| diff --git a/remoting/protocol/authenticator.h b/remoting/protocol/authenticator.h
|
| index 43cf64624ef0fab9922b8b4415b3640e97fc5082..28288e59d448423f8ac304ee73bb17d59b956107 100644
|
| --- a/remoting/protocol/authenticator.h
|
| +++ b/remoting/protocol/authenticator.h
|
| @@ -21,6 +21,7 @@ class ChannelAuthenticator;
|
|
|
| typedef base::Callback<void(const std::string& secret)> SecretFetchedCallback;
|
| typedef base::Callback<void(
|
| + bool pairing_supported,
|
| const SecretFetchedCallback& secret_fetched_callback)> FetchSecretCallback;
|
|
|
| // Authenticator is an abstract interface for authentication protocol
|
|
|