-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix chrome intial preference location
Summary: In June 2020, Chromium landed a diff which changed the install location for Chromium (and Google Chrome some time not too much later). Historically, Chrome had used C:\Program Files (x86)\ even for x86_64 versions. Now they continue to use that location for existing installs which upgrade to new versions, but use C:\Program Files\ for new installs. In addition, Chrome is migrating from the master_preferences file name to initial_preferences, presumably to the biased terminology of master. This diff replaces writing to one location with writing to all 4 locations, to ensure that we'll be writing the file for all places chrome might be looking for it. Reviewed By: steelcowboy Differential Revision: D30918324 fbshipit-source-id: 38fe87842fa6156eacb865b2aeb569ac278474cc
- Loading branch information
1 parent
4fe1c07
commit d001ffc
Showing
2 changed files
with
62 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ | |
|
||
depends 'cpe_profiles' | ||
depends 'cpe_helpers' | ||
depends 'fb_osquery' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters