Remove use of PRODUCT_STRING_PATH in chrome_elf.
The blacklist and browser security code now use install_static's
GetRegistryPath function to get the brand- and install mode-specific
path to a spot in the registry for various data stuffage.
BUG=577820,650982
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win10_chromium_x64_rel_ng
Review-Url: https://codereview.chromium.org/2760853002
Cr-Commit-Position: refs/heads/master@{#461064}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 1a40c5fa..67a16c04 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3636,6 +3636,7 @@
"//chrome/chrome_watcher:client",
"//chrome/common:metrics_constants_util_win",
"//chrome/common:version_header",
+ "//chrome/install_static:install_static_util",
"//chrome_elf:blacklist",
"//chrome_elf:constants",
"//chrome_elf:dll_hash",