Description[AiS] Fix ownership issue for image service observers
The Java bridge erroneously did a "delete this" on the observer when
request completion was signaled. That is not necessary, since the
BitmapFetcherService takes ownership of all observers.
As a result of this, there is also no need for the observer to signal
request completion. If clients are interested in taking action on
completion, they can do so in the Observer's destructor.
TBR=sky@chromium.org, tedchoc@chromium.org
BUG=380916
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278869
Patch Set 1 #Patch Set 2 : Fix compile error. #Patch Set 3 : Fix unit tests. #Patch Set 4 : git cl format #Patch Set 5 : Re-upload. #
Messages
Total messages: 21 (0 generated)
|