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 55f1114cd2cd42a25c71a6a83410070a9b859b61..61974a13b9b41d7ee32c792049dd57ca43249659 100644 |
--- a/chrome/browser/extensions/extension_function_histogram_value.h |
+++ b/chrome/browser/extensions/extension_function_histogram_value.h |
@@ -621,6 +621,9 @@ enum HistogramValue { |
FILEBROWSERPRIVATE_INSTALLWEBSTOREITEM, |
FILEBROWSERPRIVATE_STARTCOPY, |
FILEBROWSERPRIVATE_CANCELCOPY, |
+ BRAILLEDISPLAYPRIVATE_GETDISPLAYSTATE, |
+ BRAILLEDISPLAYPRIVATE_WRITETEXT, |
David Tseng
2013/09/03 23:57:17
Obsolete?
Peter Lundblad
2013/09/04 01:35:34
Removed, thanks for catching!
|
+ BRAILLEDISPLAYPRIVATE_WRITEDOTS, |
ENUM_BOUNDARY // Last entry: Add new entries above. |
}; |