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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2894693002: Add UseCounter to measure edits to text fields by security state (Closed)
Patch Set: Rebase Created 3 years, 7 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 | « third_party/WebKit/Source/web/ChromeClientImpl.cpp ('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 2948883300ac766e8c358c033eff6edc2100433d..26bd9d2e6021b5be03747d56b1ad6124c332ece1 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -14987,6 +14987,8 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1978" label="CrossOriginPropertyAccessFromOpener"/>
<int value="1979" label="CredentialManagerCreate"/>
<int value="1980" label="WebDatabaseCreateDropFTS3Table"/>
+ <int value="1981" label="FieldEditInSecureContext"/>
+ <int value="1982" label="FieldEditInNonSecureContext"/>
</enum>
<enum name="FeedbackSource" type="int">
« no previous file with comments | « third_party/WebKit/Source/web/ChromeClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698