Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6066)

Unified Diff: chrome_elf/blacklist/test/blacklist_test.cc

Issue 2760853002: Remove use of PRODUCT_STRING_PATH in chrome_elf. (Closed)
Patch Set: compile fix Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome_elf/blacklist/test/blacklist_test.cc
diff --git a/chrome_elf/blacklist/test/blacklist_test.cc b/chrome_elf/blacklist/test/blacklist_test.cc
index a85f27efd43f3af87780a938f38578cf31d62c86..0f92494c269555c9b08cff31cb3bc1d072c1189d 100644
--- a/chrome_elf/blacklist/test/blacklist_test.cc
+++ b/chrome_elf/blacklist/test/blacklist_test.cc
@@ -191,7 +191,9 @@ class BlacklistTest : public testing::Test {
blacklist_registry_key_.reset(
new base::win::RegKey(HKEY_CURRENT_USER,
- blacklist::kRegistryBeaconPath,
+ install_static::GetRegistryPath()
+ .append(kRegistryBeaconKeyName)
+ .c_str(),
KEY_QUERY_VALUE | KEY_SET_VALUE));
// Find out how many dlls were blocked before the test starts.

Powered by Google App Engine
This is Rietveld 408576698