Commit 54e46810 authored by acleung@chromium.org's avatar acleung@chromium.org

Call RemoveObserver in AndroidSigninManager

BUG=334424

Review URL: https://codereview.chromium.org/138673005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245367 0039d316-1c4b-4281-b951-d872f2087c98
parent feca0d6b
...@@ -210,6 +210,7 @@ void SigninManagerAndroid::OnBrowsingDataRemoverDone() { ...@@ -210,6 +210,7 @@ void SigninManagerAndroid::OnBrowsingDataRemoverDone() {
void SigninManagerAndroid::MergeSessionCompleted( void SigninManagerAndroid::MergeSessionCompleted(
const std::string& account_id, const std::string& account_id,
const GoogleServiceAuthError& error) { const GoogleServiceAuthError& error) {
merge_session_helper_->RemoveObserver(this);
merge_session_helper_.reset(); merge_session_helper_.reset();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment