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

Unified Diff: chrome/browser/sync/glue/data_type_manager_impl.h

Issue 8786014: [Sync] Convert sessions/ directory to ModelEnumSet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head 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
Index: chrome/browser/sync/glue/data_type_manager_impl.h
diff --git a/chrome/browser/sync/glue/data_type_manager_impl.h b/chrome/browser/sync/glue/data_type_manager_impl.h
index 64afb34c90c17423c4ff374a624e0357615873de..093f30253f233347ed7f6498c85192b0b8416bef 100644
--- a/chrome/browser/sync/glue/data_type_manager_impl.h
+++ b/chrome/browser/sync/glue/data_type_manager_impl.h
@@ -66,8 +66,7 @@ class DataTypeManagerImpl : public DataTypeManager {
bool ProcessReconfigure();
void Restart(sync_api::ConfigureReason reason, bool enable_nigori);
- void DownloadReady(
- const syncable::ModelTypeSet& failed_configuration_types);
+ void DownloadReady(syncable::ModelEnumSet failed_configuration_types);
void NotifyStart();
void NotifyDone(const ConfigureResult& result);
void SetBlockedAndNotify();

Powered by Google App Engine
This is Rietveld 408576698