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

Unified Diff: chrome/browser/sync/glue/model_association_manager.cc

Issue 11441005: Create a fresh sync datatype for Synced Notifications (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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/model_association_manager.cc
diff --git a/chrome/browser/sync/glue/model_association_manager.cc b/chrome/browser/sync/glue/model_association_manager.cc
index 6e63f61ac6933e32f5aca690bd8d5ed9fd6def33..1b355b77c3033ee057933c9f59edc9715559c33e 100644
--- a/chrome/browser/sync/glue/model_association_manager.cc
+++ b/chrome/browser/sync/glue/model_association_manager.cc
@@ -43,6 +43,7 @@ static const syncer::ModelType kStartOrder[] = {
syncer::TYPED_URLS,
syncer::PASSWORDS,
syncer::HISTORY_DELETE_DIRECTIVES,
+ syncer::PUSH_NOTIFICATIONS,
};
COMPILE_ASSERT(arraysize(kStartOrder) ==
« no previous file with comments | « no previous file | chrome/browser/sync/profile_sync_service.cc » ('j') | chrome/browser/sync/user_selectable_sync_type.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698