Only load platform specific architecture plugins from the correct registry hive.
This fixes a regression in r298758 where if a 64-bit plugin was loaded after a 32-bit plugin, and the versions were the same, then the 32-bit plugin would be removed from the list, the 64-bit plugin plugin would be removed and neither plugin would successfully load. Solution is to only load the correct architecture plugins from the registry. BUG=428549 Review URL: https://codereview.chromium.org/674073003 Cr-Commit-Position: refs/heads/master@{#302713}
Showing
Please register or sign in to comment