diff --git a/lib/browsers.js b/lib/browsers.js index 78e1cb8..cf73fd4 100644 --- a/lib/browsers.js +++ b/lib/browsers.js @@ -23,11 +23,6 @@ browsers.chrome = { // Expanded to HKEY_LOCAL_MACHINE\Software, HKEY_CURRENT_USER\Software // and if on a x64 machine, their 32-bit (Software\WoW6432) counterparts. - // Should also find 64-bit Chrome if installed, because 32-bit Chrome - // uses the 32-bit registry and 64-bit Chrome uses the regular registry, - // with the same subkeys. - this.registry('Google\\Update', 'LastInstallerSuccessLaunchCmdLine') - // Note: this one (sometimes) returns the binary's parent path this.registry('Microsoft\\Windows\\CurrentVersion\\App Paths\\chrome.exe', null, true)