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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/signin/AccountSigninView.java

Issue 2348983002: Add Signin_Signin_With[Default|Advanced]SyncSettings user actions (Closed)
Patch Set: Created 4 years, 3 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/android/java/src/org/chromium/chrome/browser/signin/AccountSigninView.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/signin/AccountSigninView.java b/chrome/android/java/src/org/chromium/chrome/browser/signin/AccountSigninView.java
index e02e01052b0bb04bb2b80a4303fbf0a018350916..60ce22285bd46ea26c954ad668e63636801e2376 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/signin/AccountSigninView.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/signin/AccountSigninView.java
@@ -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);
« 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