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

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

Issue 1099313003: Add the IDL and stub implementation for the chrome.autofillPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update JSON permissions. Created 5 years, 8 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/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 2e0e9c78b527cdec7d535768401871584e5365ab..3c43d44a8b5e8ea7f79999c537f1661c66470e35 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51154,6 +51154,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1008" label="DEVELOPERPRIVATE_SHOWPATH"/>
<int value="1009" label="FILEMANAGERPRIVATE_ADDPROVIDEDFILESYSTEM"/>
<int value="1010" label="FILEMANAGERPRIVATE_CONFIGUREPROVIDEDFILESYSTEM"/>
+ <int value="1011" label="AUTOFILLPRIVATE_SAVEADDRESS"/>
+ <int value="1012" label="AUTOFILLPRIVATE_GETADDRESSCOMPONENTS"/>
+ <int value="1013" label="AUTOFILLPRIVATE_SAVECREDITCARD"/>
+ <int value="1014" label="AUTOFILLPRIVATE_REMOVEENTRY"/>
+ <int value="1015" label="AUTOFILLPRIVATE_VALIDATEPHONENUMBERS"/>
+ <int value="1016" label="AUTOFILLPRIVATE_MASKCREDITCARD"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698