[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 Review URL: https://codereview.chromium.org/341083008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278869 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment