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

Unified Diff: chrome/browser/sync/internal_api/sync_manager.h

Issue 8772074: [Sync] Convert syncable/ directory to ModelEnumSet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo Created 9 years 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/engine/syncer_unittest.cc ('k') | chrome/browser/sync/internal_api/sync_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/internal_api/sync_manager.h
diff --git a/chrome/browser/sync/internal_api/sync_manager.h b/chrome/browser/sync/internal_api/sync_manager.h
index 27e0dc35869d293fc6aed566ce6a1cada10ba72d..0e2788b7bc61c7fdec73a392f05e3f68238a1efc 100644
--- a/chrome/browser/sync/internal_api/sync_manager.h
+++ b/chrome/browser/sync/internal_api/sync_manager.h
@@ -457,7 +457,7 @@ class SyncManager {
// Conditionally sets the flag in the Nigori node which instructs other
// clients to start syncing tabs.
- void MaybeSetSyncTabsInNigoriNode(const syncable::ModelTypeSet enabled_types);
+ void MaybeSetSyncTabsInNigoriNode(syncable::ModelEnumSet enabled_types);
// Put the syncer in normal mode ready to perform nudges and polls.
void StartSyncingNormally();
@@ -576,7 +576,7 @@ class SyncManager {
bool notifications_enabled);
void TriggerOnIncomingNotificationForTest(
- const syncable::ModelTypeBitSet& model_types);
+ syncable::ModelEnumSet model_types);
private:
base::ThreadChecker thread_checker_;
« no previous file with comments | « chrome/browser/sync/engine/syncer_unittest.cc ('k') | chrome/browser/sync/internal_api/sync_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698