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

Unified Diff: extensions/test/data/sockets_tcp/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
« no previous file with comments | « extensions/shell/browser/shell_screen.cc ('k') | extensions/test/data/sockets_tcp_server/api/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/sockets_tcp/api/background.js
diff --git a/extensions/test/data/sockets_tcp/api/background.js b/extensions/test/data/sockets_tcp/api/background.js
index f31f2ffa7faea57676307db68ee8339bc4db4a2b..a8ace43474b00f0a0f795843815ba2677b179ccc 100644
--- a/extensions/test/data/sockets_tcp/api/background.js
+++ b/extensions/test/data/sockets_tcp/api/background.js
@@ -30,7 +30,7 @@ var waitCount = 0;
// onReceiveError. Both are functions.
var receive_dispatcher = {}
-// 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/shell/browser/shell_screen.cc ('k') | extensions/test/data/sockets_tcp_server/api/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698