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

Unified Diff: sync/sessions/data_type_tracker.h

Issue 17052007: sync: Expose sync functionality as functions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor cleanups Created 7 years, 6 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: sync/sessions/data_type_tracker.h
diff --git a/sync/sessions/data_type_tracker.h b/sync/sessions/data_type_tracker.h
index d6da9462f9f0d499a18fdd414bb68c112f9e520e..9be6d169bbcc6cad61428ffc806f61a5ad5ac1d6 100644
--- a/sync/sessions/data_type_tracker.h
+++ b/sync/sessions/data_type_tracker.h
@@ -59,6 +59,10 @@ class DataTypeTracker {
// Returns the most recent invalidation payload.
std::string GetMostRecentInvalidationPayload() const;
+ // Fills in the legacy invalidaiton payload information fields.
+ void SetLegacyNotificationHint(
+ sync_pb::DataTypeProgressMarker* progress) const;
+
// Fills some type-specific contents of a GetUpdates request protobuf. These
// messages provide the server with the information it needs to decide how to
// handle a request.

Powered by Google App Engine
This is Rietveld 408576698