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 = |