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

Unified Diff: Source/modules/websockets/WebSocketChannel.h

Issue 701753002: [WebSocket] Remove "Threadable" from class names. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 | « Source/modules/modules.gypi ('k') | Source/modules/websockets/WebSocketChannel.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/websockets/WebSocketChannel.h
diff --git a/Source/modules/websockets/WebSocketChannel.h b/Source/modules/websockets/WebSocketChannel.h
index c887ad9d6fb1522f9c9af7b7175f0892c154abd6..8dbec98ffa93bdb41b0d7cfe174d20521a0c8b91 100644
--- a/Source/modules/websockets/WebSocketChannel.h
+++ b/Source/modules/websockets/WebSocketChannel.h
@@ -77,7 +77,7 @@ public:
virtual void send(const ArrayBuffer&, unsigned byteOffset, unsigned byteLength) = 0;
virtual void send(PassRefPtr<BlobDataHandle>) = 0;
- // For WorkerThreadableWebSocketChannel.
+ // For WorkerWebSocketChannel.
virtual void send(PassOwnPtr<Vector<char> >) = 0;
// Do not call |send| after calling this method.
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/modules/websockets/WebSocketChannel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698