Chromium Code Reviews
DescriptionWindows file associations: Search for shim in Chrome version directory.
Previously, would search for app_shim.exe in the Chrome application
directory, for example:
C:\Program Files\Google\Chrome\Application
Now searches in the Chrome version directory, for example:
C:\Program Files\Google\Chrome\Application\42.0.2277.0
which is where all version-specific files should be stored.
Note: The installer does not currently place app_shim.exe anywhere, so
we do not need to update its location. Users who have manually copied
app_shim.exe into the application directory will need to move it into
the version directory after this change.
Also gives a better error message if app_shim.exe is not found.
BUG=430760
Committed: https://crrev.com/8a3b08cdba3c4ea2afce430f24c356e3e08666de
Cr-Commit-Position: refs/heads/master@{#311800}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|
|||||||||||||||||||