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

Unified Diff: tools/metrics/histograms/enums.xml

Issue 2915763003: [Password Manager] Show omnibox icon and anchored prompt once user start typing password (Closed)
Patch Set: Rebase Created 3 years, 4 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:
Download patch
« no previous file with comments | « ios/chrome/browser/passwords/ios_chrome_password_manager_client.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index ec1ccb6c17e6bd460752d5e71606ab3cb9fb112e..1dbc291ab507712a2b3573e7b223597ce5e822c7 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -2641,6 +2641,7 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="7" label="CPMD_BAD_ORIGIN_PRESAVE_GENERATED_PASSWORD"/>
<int value="8"
label="CPMD_BAD_ORIGIN_SAVE_GENERATION_FIELD_DETECTED_BY_CLASSIFIER"/>
+ <int value="9" label="CPMD_BAD_ORIGIN_SHOW_FALLBACK_FOR_SAVING"/>
</enum>
<enum name="BadSyncDataReason">
@@ -23384,6 +23385,8 @@ from previous Chrome versions.
<int value="201343576" label="enable-password-change-support:enabled"/>
<int value="203776499" label="enable-virtual-keyboard-overscroll"/>
<int value="223662457" label="BackgroundLoadingForDownloads:enabled"/>
+ <int value="237964589"
+ label="enable-manual-fallback-for-password-saving:disabled"/>
<int value="241187301" label="BrowserTouchBar:disabled"/>
<int value="244697230" label="enable-theme-color-in-tabbed-mode"/>
<int value="259021228" label="OffMainThreadFetch:disabled"/>
@@ -23943,6 +23946,8 @@ from previous Chrome versions.
<int value="1996125159" label="AutoplayMutedVideos:enabled"/>
<int value="1997047666" label="NTPSnippetsIncreasedVisibility:disabled"/>
<int value="2000091128" label="enable-touch-hover"/>
+ <int value="2001562962"
+ label="enable-manual-fallback-for-password-saving:enabled"/>
<int value="2003811018" label="enable-touch-support-for-screen-magnifier"/>
<int value="2004483175" label="multi-instance-merge-tabs"/>
<int value="2004829262" label="enable-webgl-draft-extensions"/>
« no previous file with comments | « ios/chrome/browser/passwords/ios_chrome_password_manager_client.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698