Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(721)

Unified Diff: third_party/WebKit/Source/modules/websockets/DOMWebSocket.h

Issue 1652983005: Remove Enumeration Histograms from the Blink Platform API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_blink_histograms_5a
Patch Set: Rebase two new histograms were added today Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
diff --git a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
index 27ed56c145e9aed043a7c747782a41086ce52e5a..441e3ad48635e4229818886b1440c81211ef9799 100644
--- a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
+++ b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
@@ -217,6 +217,8 @@ private:
void reflectBufferedAmountConsumption(Timer<DOMWebSocket>*);
void releaseChannel();
+ void recordSendTypeHistogram(WebSocketSendType);
+ void recordReceiveTypeHistogram(WebSocketReceiveType);
enum BinaryType {
BinaryTypeBlob,

Powered by Google App Engine
This is Rietveld 408576698