Index: components/sync/test/engine/mock_model_type_worker.h |
diff --git a/components/sync/test/engine/mock_model_type_worker.h b/components/sync/test/engine/mock_model_type_worker.h |
index b7cb49a084d2b0638a81e3528e971cfde11e3bb2..7fc5b7a4d80d193533a710ba3cb9e6c0e1fc434e 100644 |
--- a/components/sync/test/engine/mock_model_type_worker.h |
+++ b/components/sync/test/engine/mock_model_type_worker.h |
@@ -53,9 +53,10 @@ class MockModelTypeWorker : public CommitQueue { |
// length one. |
void ExpectPendingCommits(const std::vector<std::string>& tag_hashes); |
- // Trigger an update from the server containing a single entity. See |
- // GenerateUpdateData for parameter descriptions. |version_offset| defaults to |
- // 1 and |ekn| defaults to the current encryption key name the worker has. |
+ // Trigger an update from the server. See GenerateUpdateData for parameter |
+ // descriptions. |version_offset| defaults to 1 and |ekn| defaults to the |
+ // current encryption key name the worker has. |
+ void UpdateFromServer(); |
void UpdateFromServer(const std::string& tag_hash, |
const sync_pb::EntitySpecifics& specifics); |
void UpdateFromServer(const std::string& tag_hash, |