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

Unified Diff: chrome/browser/sync/test/integration/sync_test.cc

Issue 19381005: Add version field to syncer::Invalidation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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/profile_sync_service_android.cc ('k') | sync/internal_api/public/base/invalidation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/test/integration/sync_test.cc
diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
index 02fe8451f8944c69027515e7eb88743072ce1b81..82c4078d7a561c1a82c1e4b25382eb929b41300d 100644
--- a/chrome/browser/sync/test/integration/sync_test.cc
+++ b/chrome/browser/sync/test/integration/sync_test.cc
@@ -671,7 +671,9 @@ void SyncTest::TriggerNotification(syncer::ModelTypeSet changed_types) {
"from_server",
syncer::NOTIFY_ALL,
syncer::ObjectIdSetToInvalidationMap(
- syncer::ModelTypeSetToObjectIdSet(changed_types), std::string())
+ syncer::ModelTypeSetToObjectIdSet(changed_types),
+ syncer::Invalidation::kUnknownVersion,
+ std::string())
).ToString();
const std::string& path =
std::string("chromiumsync/sendnotification?channel=") +
« no previous file with comments | « chrome/browser/sync/profile_sync_service_android.cc ('k') | sync/internal_api/public/base/invalidation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698