summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorkhorimoto <khorimoto@chromium.org>2015-04-24 13:19:08 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-24 20:19:09 +0000
commit42f03866782cc98e745a155294d5465d91858c1f (patch)
treef043011398397fff02faf499ea3d2ca4b1725798 /tools
parentf7553583492a8ea9a54d75cd6b2d3dd83c94512c (diff)
downloadchromium_src-42f03866782cc98e745a155294d5465d91858c1f.zip
chromium_src-42f03866782cc98e745a155294d5465d91858c1f.tar.gz
chromium_src-42f03866782cc98e745a155294d5465d91858c1f.tar.bz2
Add the IDL and stub implementation for the chrome.autofillPrivate API.
See https://docs.google.com/document/d/1AZmbifXOirRdIcAkhgXT_u1wam5FRxy-Wt7I-kv3CCg/edit?usp=sharing for details. BUG=479306 Review URL: https://codereview.chromium.org/1099313003 Cr-Commit-Position: refs/heads/master@{#326864}
Diffstat (limited to 'tools')
-rw-r--r--tools/metrics/histograms/histograms.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index fd333aa..2c30deb 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">