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 a524997e3cc1a932dce33881c42a421a0a9d9f5c..e66feda77ef8d9573168673a7ad580959e99f994 100644 |
--- a/extensions/browser/extension_function_histogram_value.h |
+++ b/extensions/browser/extension_function_histogram_value.h |
@@ -959,6 +959,10 @@ enum HistogramValue { |
HOTWORDPRIVATE_SETHOTWORDALWAYSONSEARCHENABLED, |
WEBVIEWINTERNAL_LOADDATAWITHBASEURL, |
GUESTVIEWINTERNAL_DESTROYGUEST, |
+ COPRESENCESOCKET_CREATEPEER, |
+ COPRESENCESOCKET_DESTROYPEER, |
+ COPRESENCESOCKET_SEND, |
+ COPRESENCESOCKET_DISCONNECT, |
// Last entry: Add new entries above and ensure to update |
// tools/metrics/histograms/histograms.xml. |
ENUM_BOUNDARY |