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

Unified Diff: chrome/installer/util/scoped_user_protocol_entry_unittest.cc

Issue 1896513002: Fix registerProtocolHandler implementation on Windows 8 and 10. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix clang compilation Created 4 years, 8 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/scoped_user_protocol_entry.cc ('k') | chrome/installer/util/shell_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/scoped_user_protocol_entry_unittest.cc
diff --git a/chrome/installer/util/scoped_user_protocol_entry_unittest.cc b/chrome/installer/util/scoped_user_protocol_entry_unittest.cc
index cae95c37c368a73188bc4860ed678697f5e581ee..bf308376c156898f94f75e70c598ff1f6acc57c0 100644
--- a/chrome/installer/util/scoped_user_protocol_entry_unittest.cc
+++ b/chrome/installer/util/scoped_user_protocol_entry_unittest.cc
@@ -37,7 +37,7 @@ class ScopedUserProtocolEntryTest : public testing::Test {
void CreateScopedUserProtocolEntryAndVerifyRegistryValue(
const base::string16& expected_entry_value) {
- entry_ = base::WrapUnique(new ScopedUserProtocolEntry());
+ entry_ = base::WrapUnique(new ScopedUserProtocolEntry(L"http"));
ASSERT_TRUE(RegistryEntry(kProtocolEntryKeyPath, kProtocolEntryName,
expected_entry_value)
.ExistsInRegistry(RegistryEntry::LOOK_IN_HKCU));
« no previous file with comments | « chrome/installer/util/scoped_user_protocol_entry.cc ('k') | chrome/installer/util/shell_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698