Chromium Code Reviews| Index: chrome/browser/extensions/extension_function_histogram_value.h |
| diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h |
| index 23af274131ebd7cbc893bc3d56fd5ca78a73c501..c6fa483f76134363726eafd15a13e7bf0ba241df 100644 |
| --- a/chrome/browser/extensions/extension_function_histogram_value.h |
| +++ b/chrome/browser/extensions/extension_function_histogram_value.h |
| @@ -699,7 +699,9 @@ enum HistogramValue { |
| SERIAL_GETINFO, |
| SERIAL_GETCONNECTIONS, |
| SERIAL_SEND, |
| - ENUM_BOUNDARY // Last entry: Add new entries above. |
| + SOCKET_SECURE, |
| + SOCKETS_TCP_SECURE, |
| + ENUM_BOUNDARY, // Last entry: Add new entries above. |
| }; |
| } // namespace functions |