| Index: net/http/transport_security_state.h
|
| diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h
|
| index 97b4d7c1fc8f82eb69a0628731a582750c95849c..3511b6916f582db5d126c0968fe7e2980e61d813 100644
|
| --- a/net/http/transport_security_state.h
|
| +++ b/net/http/transport_security_state.h
|
| @@ -95,10 +95,16 @@ class NET_EXPORT TransportSecurityState
|
|
|
| UpgradeMode upgrade_mode;
|
|
|
| - // The absolute time (UTC) when this DomainState was first created.
|
| + // The absolute time (UTC) when the |upgrade_mode| was observed.
|
| //
|
| - // Static entries do not have a created time.
|
| - base::Time created;
|
| + // TODO(palmer): Perhaps static entries should have an "observed" time.
|
| + base::Time sts_observed;
|
| +
|
| + // The absolute time (UTC) when the |dynamic_spki_hashes| (and other
|
| + // |dynamic_*| state) were observed.
|
| + //
|
| + // TODO(palmer): Perhaps static entries should have an "observed" time.
|
| + base::Time pkp_observed;
|
|
|
| // The absolute time (UTC) when the |upgrade_mode|, if set to
|
| // UPGRADE_ALWAYS, downgrades to UPGRADE_NEVER.
|
|
|