Index: sync/test/engine/mock_connection_manager.cc |
diff --git a/sync/test/engine/mock_connection_manager.cc b/sync/test/engine/mock_connection_manager.cc |
index 434f6c36fc692b5047fe11442a8a50276bdf657e..ef3022e42299669b8c2faa9359cc3df7bd4c80ff 100644 |
--- a/sync/test/engine/mock_connection_manager.cc |
+++ b/sync/test/engine/mock_connection_manager.cc |
@@ -497,18 +497,6 @@ void MockConnectionManager::ProcessGetUpdates( |
gu.caller_info().source()); |
} |
- // Verify that the GetUpdates filter sent by the Syncer matches the test |
- // expectation. |
- ModelTypeSet protocol_types = ProtocolTypes(); |
- for (ModelTypeSet::Iterator iter = protocol_types.First(); iter.Good(); |
- iter.Inc()) { |
- ModelType model_type = iter.Get(); |
- sync_pb::DataTypeProgressMarker const* progress_marker = |
- GetProgressMarkerForType(gu.from_progress_marker(), model_type); |
- EXPECT_EQ(expected_filter_.Has(model_type), (progress_marker != NULL)) |
- << "Syncer requested_types differs from test expectation."; |
- } |
- |
// Verify that the items we're about to send back to the client are of |
// the types requested by the client. If this fails, it probably indicates |
// a test bug. |