Commit c446aba2 authored by isherman@chromium.org's avatar isherman@chromium.org

[Signin] Remove a reference to an obsolete bug.

BUG=none
TEST=none
R=rogerta@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269634 0039d316-1c4b-4281-b951-d872f2087c98
parent f83bd43b
......@@ -81,12 +81,8 @@ void OneClickSigninSyncObserver::OnStateChanged() {
if (sync_service->sync_initialized() &&
signin::GetSourceForPromoURL(continue_url_)
!= signin::SOURCE_SETTINGS) {
// TODO(isherman): Redirecting after Sync is set up still has some bugs:
// http://crbug.com/355885
// Having multiple settings pages open can cause issues.
// http://crbug.com/357901
// Selecting anything other than "Sync Everything" when configuring Sync
// prevents the redirect.
// TODO(isherman): Having multiple settings pages open can cause issues
// redirecting after Sync is set up: http://crbug.com/355885
LoadContinueUrl();
}
}
......
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