Use chrome::kChromeVersion in installer::GetModulePath().
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}
Showing
Please register or sign in to comment