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

Unified Diff: extensions/browser/extension_function_histogram_value.h

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:
View side-by-side diff with in-line comments
Download patch
Index: extensions/browser/extension_function_histogram_value.h
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 00ed4430205fbca19767d2e07933b29d430d5a8b..542ce7013d74f8becd584d39a863e5588bc129b7 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1071,6 +1071,12 @@ enum HistogramValue {
FILEMANAGERPRIVATE_CONFIGUREPROVIDEDFILESYSTEM,
SEARCHENGINESPRIVATE_GETDEFAULTSEARCHENGINES,
SEARCHENGINESPRIVATE_SETSELECTEDSEARCHENGINE,
+ AUTOFILLPRIVATE_SAVEADDRESS,
+ AUTOFILLPRIVATE_GETADDRESSCOMPONENTS,
+ AUTOFILLPRIVATE_SAVECREDITCARD,
+ AUTOFILLPRIVATE_REMOVEENTRY,
+ AUTOFILLPRIVATE_VALIDATEPHONENUMBERS,
+ AUTOFILLPRIVATE_MASKCREDITCARD,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms.xml.
ENUM_BOUNDARY

Powered by Google App Engine
This is Rietveld 408576698