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

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

Issue 10855037: [Sync] Add history delete directive type (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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: 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 fe389164acba83844ed9724244deda22b76cc5ec..5199e1602ba6377ef04e5a0949a90f83f0477a12 100644
--- a/chrome/browser/sync/glue/model_association_manager.cc
+++ b/chrome/browser/sync/glue/model_association_manager.cc
@@ -51,6 +51,7 @@ static const syncer::ModelType kStartOrder[] = {
syncer::APP_SETTINGS,
syncer::TYPED_URLS,
syncer::PASSWORDS,
+ syncer::HISTORY_DELETE_DIRECTIVES,
};
COMPILE_ASSERT(arraysize(kStartOrder) ==
« no previous file with comments | « no previous file | chrome/browser/sync/profile_sync_service.cc » ('j') | sync/protocol/history_delete_directive_specifics.proto » ('J')

Powered by Google App Engine
This is Rietveld 408576698