Commit 414d0053 authored by gogerald's avatar gogerald Committed by Commit bot

Regression: Overlay for "you' re now signed into chrome" remains open after...

Regression: Overlay for "you' re now signed into chrome" remains open after clicking on 'settings' link button.

BUG=491011

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

Cr-Commit-Position: refs/heads/master@{#333130}
parent 1281ac7b
......@@ -1121,6 +1121,7 @@ class ActiveProfileObserverBridge : public AvatarMenuObserver,
SyncConfirmationUIClosed(true);
ProfileMetrics::LogProfileNewAvatarMenuSignin(
ProfileMetrics::PROFILE_AVATAR_MENU_SIGNIN_SETTINGS);
[self close];
}
- (IBAction)syncSettingsConfirmed:(id)sender {
......
......@@ -872,6 +872,7 @@ void ProfileChooserView::LinkClicked(views::Link* sender, int event_flags) {
tutorial_mode_ = profiles::TUTORIAL_MODE_NONE;
ProfileMetrics::LogProfileNewAvatarMenuSignin(
ProfileMetrics::PROFILE_AVATAR_MENU_SIGNIN_SETTINGS);
Hide();
} else if (sender == tutorial_not_you_link_) {
ProfileMetrics::LogProfileNewAvatarMenuUpgrade(
ProfileMetrics::PROFILE_AVATAR_MENU_UPGRADE_NOT_YOU);
......
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