Chromium Code Reviews| Index: base/win/registry.cc |
| =================================================================== |
| --- base/win/registry.cc (revision 71768) |
| +++ base/win/registry.cc (working copy) |
| @@ -219,7 +219,6 @@ |
| DWORD dsize, DWORD dtype) { |
| base::ThreadRestrictions::AssertIOAllowed(); |
| DCHECK(data); |
| - DCHECK(key_); |
| LONG result = RegSetValueEx(key_, name, 0, dtype, |
| reinterpret_cast<LPBYTE>(const_cast<void*>(data)), dsize); |