DescriptionFix memory leak in NotificationConversionHelper (CL
441753002) and re-upload the part routing newly created notifications to notification provider API.
CL 441753002 was reverted. The only difference between this
CL and CL 441753002 is: starting from line 126 of
notification_conversion_helper.cc, changed a raw pointer
(unsigned char* bitmap_data) to a scoped pointer
(scoped_ptr<unsigned char[]> bitmap_data).
BUG=403759
BUG=403775
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289776
Patch Set 1 #
Total comments: 2
Patch Set 2 : address comment #Messages
Total messages: 10 (0 generated)
|