Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / net / websockets / websocket_deflater.h
index da85bfe..1b631e2 100644 (file)
@@ -21,9 +21,12 @@ class IOBufferWithSize;
 
 class NET_EXPORT_PRIVATE WebSocketDeflater {
  public:
+  // Do not reorder or remove entries of this enum. The values of them are used
+  // in UMA.
   enum ContextTakeOverMode {
     DO_NOT_TAKE_OVER_CONTEXT,
     TAKE_OVER_CONTEXT,
+    NUM_CONTEXT_TAKEOVER_MODE_TYPES,
   };
 
   explicit WebSocketDeflater(ContextTakeOverMode mode);