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

Unified Diff: rlz/test/rlz_test_helpers.cc

Issue 575253002: Clean up unused param in RegistryOverrideManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix more callers Created 6 years, 3 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
« no previous file with comments | « chrome_elf/chrome_elf_util_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/test/rlz_test_helpers.cc
diff --git a/rlz/test/rlz_test_helpers.cc b/rlz/test/rlz_test_helpers.cc
index 8571bdafd7b4c3ce3386201ce373d16d00de3678..53c9732fee1801c32f376bf77985601b76f99690 100644
--- a/rlz/test/rlz_test_helpers.cc
+++ b/rlz/test/rlz_test_helpers.cc
@@ -111,8 +111,8 @@ void InitializeRegistryOverridesForTesting(
KEY_READ), &data);
}
- override_manager->OverrideRegistry(HKEY_LOCAL_MACHINE, L"rlz_temp_hklm");
- override_manager->OverrideRegistry(HKEY_CURRENT_USER, L"rlz_temp_hkcu");
+ override_manager->OverrideRegistry(HKEY_LOCAL_MACHINE);
+ override_manager->OverrideRegistry(HKEY_CURRENT_USER);
if (do_copy) {
base::win::RegKey key(
« no previous file with comments | « chrome_elf/chrome_elf_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698