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

Unified Diff: src/native_client/tests/srpc/srpc_basic.html

Issue 2961004: Plugin: Remove __socketAddressFactory() and toString() on SocketAddresses (Closed)
Patch Set: Apply HTML changes to copies in "prebuilt" too Created 10 years, 5 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
Index: src/native_client/tests/srpc/srpc_basic.html
diff --git a/src/native_client/tests/srpc/srpc_basic.html b/src/native_client/tests/srpc/srpc_basic.html
index f061b8341eefdb742422fbc32d1eb164f9be77b8..806d811595ddf7f35ce54281a4c6f9647b43ef91 100644
--- a/src/native_client/tests/srpc/srpc_basic.html
+++ b/src/native_client/tests/srpc/srpc_basic.html
@@ -22,8 +22,6 @@ var SetTestResult = function(element_id, result) {
var server;
// The default socket address for the plugin.
var default_addr;
-// The address string of the default socket address for the plugin.
-var addr_str;
// The count of failing tests. Set from the queue length, and decremented
// whenever a test passes.
var failing_count;
@@ -338,7 +336,6 @@ var EnqueueAndRunTests = function() {
// If these fail at the beginning, all the tests will abort.
// Otherwise more specific tests are done on them.
default_addr = server.__defaultSocketAddress();
- addr_str = default_addr.toString();
} catch (string) {
window.alert('Socket address test setup failed.');
return;
« no previous file with comments | « src/native_client/tests/prebuilt/x86/srpc_sockaddr.html ('k') | src/native_client/tests/srpc/srpc_sockaddr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698