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

Unified Diff: content/browser/bad_message.h

Issue 1664743002: [OBSOLETE][DO NOT SUBMIT][DO NOT COMMIT]] Browser-side implementation of WebSocket Blob receive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@websocket_blob_send_sender
Patch Set: Now actually works. 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
« no previous file with comments | « no previous file | content/browser/renderer_host/websocket_blob_receiver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/bad_message.h
diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h
index 282f8f63d830fec98f4ad46eecf30ec47771e809..a08943de292988518cfe70dd6fd50756fca47c4d 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -130,6 +130,8 @@ enum BadMessageReason {
ACI_WRONG_STORAGE_PARTITION = 106,
WSH_SEND_BLOB_DURING_BLOB_SEND = 107,
WSH_SEND_FRAME_DURING_BLOB_SEND = 108,
+ WSH_NEGATIVE_QUOTA = 109,
+ WSH_UNSOLICITED_BLOB_CONFIRMATION = 110,
// Please add new elements here. The naming convention is abbreviated class
// name (e.g. RenderFrameHost becomes RFH) plus a unique description of the
« no previous file with comments | « no previous file | content/browser/renderer_host/websocket_blob_receiver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698