DescriptionCleanup our Registry API.
- Use wchar_t instead of TCHAR.
- Use DCHECK instead of assert.
- Remove this keyword (we don't use it on chromium).
- Add DISALLOW_COPY_AND_ASSIGN to the classes.
- Make it more compliant with chromium code style.
- Remove ununsed methods.
- Use arraysize macro for array size calculation instead of doing it manually.
BUG=44644
TEST=trybots
TODO: Write unittests for this API.
TODO: Remove all the default arguments from the methods in this API. They aren't allowed by our style guide.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55375
Patch Set 1 #Patch Set 2 : fix win bot #Patch Set 3 : fix win #Patch Set 4 : fix win3 #
Total comments: 10
Patch Set 5 : wchar_t #Patch Set 6 : more fixes #Patch Set 7 : fix win bot #Patch Set 8 : fix common #
Total comments: 16
Patch Set 9 : review #Patch Set 10 : fix include issue #Patch Set 11 : more fixes, include shlwapi #
Total comments: 3
Patch Set 12 : fix nit #
Messages
Total messages: 8 (0 generated)
|