Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(503)

Unified Diff: chrome/browser/ui/sync/one_click_signin_helper.cc

Issue 12314024: Merge 183575 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1410/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/sync/one_click_signin_helper.cc
===================================================================
--- chrome/browser/ui/sync/one_click_signin_helper.cc (revision 183689)
+++ chrome/browser/ui/sync/one_click_signin_helper.cc (working copy)
@@ -886,7 +886,6 @@
std::string());
error_message_.clear();
- signin_tracker_.reset();
}
void OneClickSigninHelper::CleanTransientState() {
@@ -1102,6 +1101,7 @@
if (source_ != SyncPromoUI::SOURCE_SETTINGS &&
source_ != SyncPromoUI::SOURCE_WEBSTORE_INSTALL) {
signin_tracker_.reset(new SigninTracker(profile, this));
+ RedirectToNTP();
}
break;
}
@@ -1169,8 +1169,9 @@
}
RedirectToNTP();
+ signin_tracker_.reset();
}
void OneClickSigninHelper::SigninSuccess() {
- RedirectToNTP();
+ signin_tracker_.reset();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698