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

Unified Diff: chrome/browser/sync/profile_sync_service_harness.h

Issue 6104003: sync: use progress markers instead of timestamps during GetUpdates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add an #include for <list> Created 9 years, 11 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
Index: chrome/browser/sync/profile_sync_service_harness.h
diff --git a/chrome/browser/sync/profile_sync_service_harness.h b/chrome/browser/sync/profile_sync_service_harness.h
index 064afe1594f24fe74cbd2ac3b1d1a59a13716b77..ddbfbe22f85dbfe6e0093289fa213078819d352f 100644
--- a/chrome/browser/sync/profile_sync_service_harness.h
+++ b/chrome/browser/sync/profile_sync_service_harness.h
@@ -175,8 +175,9 @@ class ProfileSyncServiceHarness : public ProfileSyncServiceObserver {
// Logs message with relevant info about client's sync state (if available).
void LogClientInfo(std::string message);
- // Gets the current progress indicator of the current sync session.
- int64 GetUpdatedTimestamp();
+ // Gets the current progress indicator of the current sync session
+ // for a particular datatype.
+ std::string GetUpdatedTimestamp(syncable::ModelType model_type);
WaitState wait_state_;

Powered by Google App Engine
This is Rietveld 408576698