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

Unified Diff: chrome/browser/sync/engine/cleanup_disabled_types_command_unittest.cc

Issue 6690020: sync: hook up ServerConnectionManager <> SyncerThread2 and tie up more loose ends (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/debug
Patch Set: fix Created 9 years, 9 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 | « chrome/browser/sync/engine/all_status.cc ('k') | chrome/browser/sync/engine/model_safe_worker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/cleanup_disabled_types_command_unittest.cc
diff --git a/chrome/browser/sync/engine/cleanup_disabled_types_command_unittest.cc b/chrome/browser/sync/engine/cleanup_disabled_types_command_unittest.cc
index 9a3e6ab7ac1261c22afa1d1e9a561273e2e788c7..02ec54dd0dd58ff806ddda7e1ec2337c1901e22e 100644
--- a/chrome/browser/sync/engine/cleanup_disabled_types_command_unittest.cc
+++ b/chrome/browser/sync/engine/cleanup_disabled_types_command_unittest.cc
@@ -82,17 +82,5 @@ TEST_F(CleanupDisabledTypesCommandTest, TypeDisabled) {
command.ExecuteImpl(session());
}
-TEST_F(CleanupDisabledTypesCommandTest,
- SyncerEndCommandSetsPreviousRoutingInfo) {
- SyncerEndCommand command;
-
- ModelSafeRoutingInfo info;
- EXPECT_TRUE(info == session()->context()->previous_session_routing_info());
- command.ExecuteImpl(session());
- ASSERT_FALSE(routing_info().empty());
- EXPECT_TRUE(routing_info() ==
- session()->context()->previous_session_routing_info());
-}
-
} // namespace browser_sync
« no previous file with comments | « chrome/browser/sync/engine/all_status.cc ('k') | chrome/browser/sync/engine/model_safe_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698