| Index: net/base/transport_security_state.h
|
| ===================================================================
|
| --- net/base/transport_security_state.h (revision 107146)
|
| +++ net/base/transport_security_state.h (working copy)
|
| @@ -128,6 +128,13 @@
|
| static bool IsGooglePinnedProperty(const std::string& host,
|
| bool sni_available);
|
|
|
| + // Report UMA statistics upon public key pin failure. Reports only down to
|
| + // the second-level domain of |host| (e.g. google.com if |host| is
|
| + // mail.google.com), and only if |host| is a preloaded STS host (or, if
|
| + // |sni_available|, an SNI preloaded STS host).
|
| + static void ReportUMAOnPinFailure(const std::string& host,
|
| + bool sni_available);
|
| +
|
| // Deletes all records created since a given time.
|
| void DeleteSince(const base::Time& time);
|
|
|
|
|