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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 1957043002: Separate the listeners and getters for the Autofill Private API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@autofill-lists.gitbr
Patch Set: update histogram.xml and test Created 4 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:
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 1884272d3b407265a2c8398a7660e7596b55664b..f65223b67449f9a140add11bf59363b2359ccda1 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1188,6 +1188,8 @@ enum HistogramValue {
BLUETOOTHLOWENERGY_SENDREQUESTRESPONSE,
BLUETOOTHLOWENERGY_NOTIFYCHARACTERISTICVALUECHANGED,
BLUETOOTHLOWENERGY_REMOVESERVICE,
+ AUTOFILLPRIVATE_GETADDRESSLIST,
+ AUTOFILLPRIVATE_GETCREDITCARDLIST,
// Last entry: Add new entries above, then run:
// python tools/metrics/histograms/update_extension_histograms.py
ENUM_BOUNDARY

Powered by Google App Engine
This is Rietveld 408576698