Status: Available Owner: ---- CC: [email protected], [email protected], [email protected] Labels: Type-Bug Pri-2 OS-Windows Area-Misc
New issue 7802 by [email protected]: Add checks for Win7 at places where we are only checking for Vista http://code.google.com/p/chromium/issues/detail?id=7802 There are number of places in the code where we check for Vista by calling win_util::GetWinVersion() method which used to return Vista for any higher version Windows as well. But now this method has changed to detect Windows 7 and return that. We need to fix places where we have explicit checks for WINVERSION_VISTA to account for Windows 7. Some places where this might apply: - browser_main.cc -> HandleIconsCommands() - google_update.cc -> CoCreateInstanceAsAdmin() - IEImporter::GetFavoritesInfo - ShellIntegration::IsDefaultBrowser And many other places - http://www.google.com/codesearch? hl=en&sa=N&filter=0&q=chromium+WINVERSION_VISTA -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
