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

Unified Diff: sync/tools/sync_client.cc

Issue 143973006: New Sync datatype for Synced Notifications App Info (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: AppInfo: CR fixes per Zea@ Created 6 years, 11 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/tools/sync_client.cc
diff --git a/sync/tools/sync_client.cc b/sync/tools/sync_client.cc
index 93b80e076a203c48d32c92d8e563d3e8d5077784..953df92ae46b3f293a2819a6e3bd3ffa28324664 100644
--- a/sync/tools/sync_client.cc
+++ b/sync/tools/sync_client.cc
@@ -309,6 +309,7 @@ int SyncClientMain(int argc, char* argv[]) {
model_types.Put(APP_NOTIFICATIONS);
model_types.Put(HISTORY_DELETE_DIRECTIVES);
model_types.Put(SYNCED_NOTIFICATIONS);
+ model_types.Put(SYNCED_NOTIFICATION_APP_INFO);
model_types.Put(DEVICE_INFO);
model_types.Put(EXPERIMENTS);
model_types.Put(PRIORITY_PREFERENCES);

Powered by Google App Engine
This is Rietveld 408576698