Chromium Code Reviews| Index: net/base/transport_security_state.h |
| =================================================================== |
| --- net/base/transport_security_state.h (revision 107488) |
| +++ net/base/transport_security_state.h (working copy) |
| @@ -128,6 +128,11 @@ |
| static bool IsGooglePinnedProperty(const std::string& host, |
| bool sni_available); |
| + // Report UMA statistics upon public key pin failure. Reports only down to |
|
wtc
2011/10/27 22:21:42
Nit: Report => Reports
palmer
2011/10/28 00:24:39
Done.
|
| + // 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. |
| + static void ReportUMAOnPinFailure(const std::string& host); |
| + |
| // Deletes all records created since a given time. |
| void DeleteSince(const base::Time& time); |