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

Unified Diff: sync/internal_api/sync_manager.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/sync_manager.h
diff --git a/sync/internal_api/sync_manager.h b/sync/internal_api/sync_manager.h
index 2ecbbdcc8b18c97d908dc439e052305266921273..b518151182ab6d0778d2681f15b423d4c4a0b4bb 100644
--- a/sync/internal_api/sync_manager.h
+++ b/sync/internal_api/sync_manager.h
@@ -153,6 +153,9 @@ class SyncManager {
bool cryptographer_ready;
bool crypto_has_pending_keys;
+ // Per-datatype throttled status.
+ syncable::ModelTypeSet throttled_types;
+
// The unique identifer for this client.
std::string unique_id;
};

Powered by Google App Engine
This is Rietveld 408576698