Commit eaf8defb authored by gogerald's avatar gogerald Committed by Commit bot

Add Signin_Signin_With[Default|Advanced]SyncSettings user actions

BUG=646612

Review-Url: https://codereview.chromium.org/2348983002
Cr-Commit-Position: refs/heads/master@{#419901}
parent 772b47ff
......@@ -345,6 +345,7 @@ public class AccountSigninView extends FrameLayout implements ProfileDownloader.
@Override
public void onClick(View widget) {
mListener.onAccountSelected(getSelectedAccountName(), true);
RecordUserAction.record("Signin_Signin_WithAdvancedSyncSettings");
}
};
mSigninSettingsControl.setText(
......@@ -460,6 +461,7 @@ public class AccountSigninView extends FrameLayout implements ProfileDownloader.
@Override
public void onClick(View v) {
mListener.onAccountSelected(getSelectedAccountName(), false);
RecordUserAction.record("Signin_Signin_WithDefaultSyncSettings");
}
});
setUpMoreButtonVisible(true);
......
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