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

Unified Diff: extensions/test/data/sockets_tcp_server/api/background.js

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 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
Index: extensions/test/data/sockets_tcp_server/api/background.js
diff --git a/extensions/test/data/sockets_tcp_server/api/background.js b/extensions/test/data/sockets_tcp_server/api/background.js
index bd7ed4f7a11a3f64644e20a8cb060fce5ec89ec2..8a2ff5ee95c74b1cc4e9a9e6bf62db889fe83309 100644
--- a/extensions/test/data/sockets_tcp_server/api/background.js
+++ b/extensions/test/data/sockets_tcp_server/api/background.js
@@ -14,7 +14,7 @@ var port = -1;
var socketId = 0;
var succeeded = false;
-// Many thanks to Dennis for his StackOverflow answer: http://goo.gl/UDanx
+// Many thanks to Dennis for the StackOverflow answer: http://goo.gl/UDanx
// Since amended to handle BlobBuilder deprecation.
function string2ArrayBuffer(string, callback) {
var blob = new Blob([string]);
« no previous file with comments | « extensions/test/data/sockets_tcp/api/background.js ('k') | extensions/test/data/sockets_udp/api/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698