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_; |