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

Unified Diff: sync/internal_api/all_status.h

Issue 10454105: sync: Refactor per-datatype throttling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleaned up and rebased Created 8 years, 7 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/internal_api/all_status.h
diff --git a/sync/internal_api/all_status.h b/sync/internal_api/all_status.h
index 0f1d5b0b97454413cace6c4a7613b45ea9621e8c..8cb32c78d918759a934b9b6535538bd15a73a6a1 100644
--- a/sync/internal_api/all_status.h
+++ b/sync/internal_api/all_status.h
@@ -51,6 +51,8 @@ class AllStatus : public SyncEngineEventListener {
void IncrementNotificationsReceived();
+ void SetThrottledTypes(syncable::ModelTypeSet types);
tim (not reviewing) 2012/06/11 18:53:46 I'm not sure why SetEncryptedTypes doesn't use con
rlarocque 2012/06/11 23:28:51 Done. I fixed SetEncryptedTypes, too. I feel b
+
void SetEncryptedTypes(syncable::ModelTypeSet types);
void SetCryptographerReady(bool ready);
void SetCryptoHasPendingKeys(bool has_pending_keys);

Powered by Google App Engine
This is Rietveld 408576698