Chromium Code Reviews| Index: base/win/metro.cc |
| diff --git a/base/win/metro.cc b/base/win/metro.cc |
| index 62743c799b56cc1cc12b5985e48595646f1642ab..6e443ba66b61a3747cc29cfb1f7f166320b6fd7d 100644 |
| --- a/base/win/metro.cc |
| +++ b/base/win/metro.cc |
| @@ -74,8 +74,8 @@ wchar_t* LocalAllocAndCopyString(const string16& src) { |
| } |
| bool IsParentalControlActivityLoggingOn() { |
| - // Query this info on Windows Vista and above. |
| - if (base::win::GetVersion() < base::win::VERSION_VISTA) |
| + // Query this info on Windows 7 and above. |
|
grt (UTC plus 2)
2014/10/23 22:25:39
please update the comment in chrome/browser/prefs/
|
| + if (base::win::GetVersion() < base::win::VERSION_WIN7) |
| return false; |
| static bool parental_control_logging_required = false; |