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

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

Side-by-side diff isn't available for this file because of its large size.
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: Rebased, and added credit card name as a CreditCardEntry field. 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
« no previous file with comments | « third_party/closure_compiler/externs/autofill_private.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index fd333aaa071e71d00cb640d92a398206abbd1a85..2c30deb19a2663a5d4f9c1738841d24e46f82cf7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51305,6 +51305,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1010" label="FILEMANAGERPRIVATE_CONFIGUREPROVIDEDFILESYSTEM"/>
<int value="1011" label="SEARCHENGINESPRIVATE_GETDEFAULTSEARCHENGINES"/>
<int value="1012" label="SEARCHENGINESPRIVATE_SETSELECTEDSEARCHENGINE"/>
+ <int value="1013" label="AUTOFILLPRIVATE_SAVEADDRESS"/>
+ <int value="1014" label="AUTOFILLPRIVATE_GETADDRESSCOMPONENTS"/>
+ <int value="1015" label="AUTOFILLPRIVATE_SAVECREDITCARD"/>
+ <int value="1016" label="AUTOFILLPRIVATE_REMOVEENTRY"/>
+ <int value="1017" label="AUTOFILLPRIVATE_VALIDATEPHONENUMBERS"/>
+ <int value="1018" label="AUTOFILLPRIVATE_MASKCREDITCARD"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
« no previous file with comments | « third_party/closure_compiler/externs/autofill_private.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698