• fdoray's avatar
    Use chrome::kChromeVersion in installer::GetModulePath(). · 58feb04c
    fdoray authored
    Before this CL, installer::GetModulePath() used the version in the
    VS_VERSION_INFO resource of the current module to construct the path
    to another module. Unfortunately, reading that resource sometimes
    crashed. With this CL, installer::GetModulePath() uses the
    chrome::kChromeVersion constant instead. This contains the same
    value as the VS_VERSION_INFO resource.
    
    BUG=682987
    
    Review-Url: https://codereview.chromium.org/2656443002
    Cr-Commit-Position: refs/heads/master@{#448055}
    58feb04c
chrome_constants_win_unittest.cc 1.05 KB