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

Unified Diff: content/common/websocket_messages.h

Issue 1680753002: Remove a stray semicolon from websocket_messages.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/websocket_messages.h
diff --git a/content/common/websocket_messages.h b/content/common/websocket_messages.h
index 91d23e398696812a8f35571ef4198a57b1435c34..383eb5a1f4a498d1951b49ff3ae7f66147587596 100644
--- a/content/common/websocket_messages.h
+++ b/content/common/websocket_messages.h
@@ -131,7 +131,7 @@ IPC_MESSAGE_ROUTED1(WebSocketMsg_NotifyFailure,
// Indicates tbat the current Blob has finished sending. The renderer can
// release its reference on the Blob, and may now use SendFrame or SendBlob to
// send more messages.
-IPC_MESSAGE_ROUTED0(WebSocketMsg_BlobSendComplete);
+IPC_MESSAGE_ROUTED0(WebSocketMsg_BlobSendComplete)
// WebSocket messages that can be sent in either direction.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698