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

Unified Diff: chrome/test/live_sync/live_extensions_sync_test_base.cc

Issue 6282001: Disable background network access in sync integration tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/test/live_sync/live_sync_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/live_extensions_sync_test_base.cc
diff --git a/chrome/test/live_sync/live_extensions_sync_test_base.cc b/chrome/test/live_sync/live_extensions_sync_test_base.cc
index c79e9273add2909a7fdfa8444b112193d914a4c0..d3e8aef96d8cc855588b84b67e2bf9f754b88ef9 100644
--- a/chrome/test/live_sync/live_extensions_sync_test_base.cc
+++ b/chrome/test/live_sync/live_extensions_sync_test_base.cc
@@ -108,10 +108,6 @@ void LiveExtensionsSyncTestBase::InstallExtension(
void LiveExtensionsSyncTestBase::InstallAllPendingExtensions(
Profile* profile) {
- // TODO(akalin): Mock out the servers that the extensions
akalin 2011/01/13 04:40:07 Leave this TODO in, but also add that background n
Raghu Simha 2011/01/13 18:49:44 Done.
- // auto-update mechanism talk to so as to more closely match what
- // actually happens.
-
// We make a copy here since InstallExtension() removes the
// extension from the extensions service's copy.
PendingExtensionMap pending_extensions =
« no previous file with comments | « no previous file | chrome/test/live_sync/live_sync_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698