Chromium Code Reviews| Index: base/win/win_util.h |
| diff --git a/base/win/win_util.h b/base/win/win_util.h |
| index 573c4c72506cce4119801783121085e280b758a9..f2d3bd17235c05304d67511c2f132031b462a874 100644 |
| --- a/base/win/win_util.h |
| +++ b/base/win/win_util.h |
| @@ -134,6 +134,13 @@ BASE_EXPORT bool IsEnrolledToDomain(); |
| // simulate being in a domain and false otherwise. |
| BASE_EXPORT void SetDomainStateForTesting(bool state); |
| +// Returns true is the current operating system has support for SHA-256 |
|
felt
2014/09/18 21:42:44
nit: "Returns true if"
Sorin Jianu
2014/09/18 21:55:19
Done.
|
| +// certificates. As its name indicates, this function provides a best-effort |
| +// answer, which is solely based on comparing version numbers. The function |
| +// may be re-implemented in the future to return a reliable value, based on |
| +// run-time detection of this capability. |
| +BASE_EXPORT bool MaybeHasSHA256Support(); |
| + |
| } // namespace win |
| } // namespace base |