forked from crosswalk-project/chromium-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add separate UMA histograms for the account chooser with 1/many accou…
…nts. BUG=612501 Review-Url: https://codereview.chromium.org/2002643002 Cr-Commit-Position: refs/heads/master@{#395556}
- Loading branch information
vasilii
authored and
Commit bot
committed
May 24, 2016
1 parent
6fc84fa
commit d7185e0
Showing
5 changed files
with
66 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36376,6 +36376,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. | |
<summary>The dismissal reason of the account chooser.</summary> | ||
</histogram> | ||
|
||
<histogram name="PasswordManager.AccountChooserDialogMultipleAccounts" | ||
enum="AccountChooserDismissalReason"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
The dismissal reason of the account chooser with multiple accounts. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="PasswordManager.AccountChooserDialogOneAccount" | ||
enum="AccountChooserDismissalReason"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
The dismissal reason of the account chooser with one account. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="PasswordManager.AccountsPerSite"> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
|