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

Unified Diff: chrome_elf/blacklist/test/blacklist_test.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/installer/util/work_item_list_unittest.cc ('k') | chrome_elf/chrome_elf_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 22edf6ef5f75fc8505be4be9039974d5d258e7b3..ef715d3669e006313eb17d8b9ca458af331bffd2 100644
--- a/chrome_elf/blacklist/test/blacklist_test.cc
+++ b/chrome_elf/blacklist/test/blacklist_test.cc
@@ -47,7 +47,7 @@ namespace {
class BlacklistTest : public testing::Test {
protected:
BlacklistTest() : override_manager_() {
- override_manager_.OverrideRegistry(HKEY_CURRENT_USER, L"beacon_test");
+ override_manager_.OverrideRegistry(HKEY_CURRENT_USER);
}
scoped_ptr<base::win::RegKey> blacklist_registry_key_;
« no previous file with comments | « chrome/installer/util/work_item_list_unittest.cc ('k') | chrome_elf/chrome_elf_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698