| 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 9fc4e425da08029b132ba811cea45a68ebbc5c60..ad9b597e4bd2fa173326009ef2d1a1dda6fdd211 100644
|
| --- a/chrome/browser/extensions/extension_function_histogram_value.h
|
| +++ b/chrome/browser/extensions/extension_function_histogram_value.h
|
| @@ -527,6 +527,8 @@ enum HistogramValue {
|
| SOCKET_MULTICAST_GET_JOINED_GROUPS,
|
| EXPERIMENTAL_ACCESSIBILITY_SETNATIVEACCESSIBILITYENABLED,
|
| RUNTIME_GETPLATFORMINFO,
|
| + TTS_PAUSE,
|
| + TTS_RESUME,
|
| ENUM_BOUNDARY // Last entry: Add new entries above.
|
| };
|
|
|
|
|