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

Unified Diff: chrome/test/live_sync/live_sync_test.h

Issue 5519015: Explicitly whitelist the test server port. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 10 years 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 | chrome/test/live_sync/live_sync_test.cc » ('j') | net/base/net_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/live_sync_test.h
diff --git a/chrome/test/live_sync/live_sync_test.h b/chrome/test/live_sync/live_sync_test.h
index 1759d938b32aba585f4b813ab8928627394d56ab..46ab259e0bee21438b00bc265dbcb1f774180d0a 100644
--- a/chrome/test/live_sync/live_sync_test.h
+++ b/chrome/test/live_sync/live_sync_test.h
@@ -174,6 +174,9 @@ class LiveSyncTest : public InProcessBrowserTest {
// Test server of type sync, started on demand.
net::TestServer sync_server_;
+ // Helper class to whitelist the notificition port.
akalin 2010/12/09 19:10:31 notificition -> notification
Bernhard Bauer 2010/12/10 14:47:04 Done.
+ scoped_ptr<net::ScopedPortException> xmpp_port_;
+
// Used to differentiate between single-client, two-client, multi-client and
// many-client tests.
TestType test_type_;
« no previous file with comments | « no previous file | chrome/test/live_sync/live_sync_test.cc » ('j') | net/base/net_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698