DescriptionOnly 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
Committed: https://crrev.com/6c217552734bf7516fdd47495cdc37948e5d2a93
Cr-Commit-Position: refs/heads/master@{#302713}
Patch Set 1 #Patch Set 2 : only check architecture for NPAPI plugins #Patch Set 3 : tests have a lot of subtle expectations, so leaving the logic exactly the same as before. #
Total comments: 2
Patch Set 4 : only scan for correct arch plugins #
Total comments: 1
Patch Set 5 : add comment #Messages
Total messages: 16 (3 generated)
|