Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions lib/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down