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

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: Changes addressed to vasilii@ comments Created 3 years, 5 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
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 6c72d3d4c38c0e4c6cfdb3fe167ccff0565baa96..32b2c9037506fa9d82b9f4a0ba10a6b32572c6bc 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -2614,6 +2614,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">
@@ -23275,6 +23276,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"/>
@@ -23821,6 +23824,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"/>

Powered by Google App Engine
This is Rietveld 408576698