Chromium Code Reviews
DescriptionLabelObserver is no longer retained by the label
Having the LabelObserver being retained by the label as associated object
creates a crash when compiling with ARC.
This CL prepares the LabelObserver to be converted to ARC by changing the
associated link from strong to link. The LabelObserver now needs to be retained
by an external object, and the observing needs to be started/stopped.
BUG=713169
Review-Url: https://codereview.chromium.org/2828743002
Cr-Commit-Position: refs/heads/master@{#466283}
Committed: https://chromium.googlesource.com/chromium/src/+/3a05731eee64a75591868d5dfb4baf4bf42bd3a1
Patch Set 1 #Patch Set 2 : Update comment #
Total comments: 13
Patch Set 3 : Address comments #
Total comments: 3
Patch Set 4 : Address comment #Patch Set 5 : Fix tests #Patch Set 6 : Cleanup #
Total comments: 2
Patch Set 7 : Address comments #Messages
Total messages: 25 (14 generated)
|