| Index: chrome/browser/local_discovery/privetv3_session.h
|
| diff --git a/chrome/browser/local_discovery/privetv3_session.h b/chrome/browser/local_discovery/privetv3_session.h
|
| index 8a26f780e316a80ec37a1ba639294d6bc556ead2..725965ce433368561a64d33b334a401999405319 100644
|
| --- a/chrome/browser/local_discovery/privetv3_session.h
|
| +++ b/chrome/browser/local_discovery/privetv3_session.h
|
| @@ -108,8 +108,8 @@ class PrivetV3Session {
|
| // Key exchange algorithm for pairing.
|
| scoped_ptr<crypto::P224EncryptedKeyExchange> spake_;
|
|
|
| - // HTTPS certificate fingerprint received during pairing.
|
| - std::string fingerprint_;
|
| + // HTTPS port of the device.
|
| + uint16_t https_port_ = 0;
|
|
|
| // List of fetches to cancel when session is destroyed.
|
| ScopedVector<FetcherDelegate> fetchers_;
|
|
|