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 175037d1a77957ae63c079ec2657e7e7b525f06a..346bc4698a4ce63585f6d0c70f9c6027f4fc449b 100644 |
--- a/extensions/browser/extension_function_histogram_value.h |
+++ b/extensions/browser/extension_function_histogram_value.h |
@@ -913,6 +913,10 @@ enum HistogramValue { |
EASYUNLOCKPRIVATE_SEEKBLUETOOTHDEVICEBYADDRESS, |
EASYUNLOCKPRIVATE_GETSTRINGS, |
GCDPRIVATE_GETPREFETCHEDWIFINAMELIST, |
Alexei Svitkine (slow)
2014/08/01 19:22:04
Looks like the value is missing from histograms.xm
rkc
2014/08/01 21:21:12
Done.
|
+ COPRESENCEPRIVATE_SENDFOUND, |
+ COPRESENCEPRIVATE_SENDSAMPLES, |
+ COPRESENCEPRIVATE_SENDDETECT, |
+ COPRESENCEPRIVATE_SENDINITIALIZED, |
// Last entry: Add new entries above and ensure to update |
// tools/metrics/histograms/histograms/histograms.xml. |
ENUM_BOUNDARY |