Chromium Code Reviews

Unified Diff: sync/internal_api/public/base/model_type.h

Issue 143973006: New Sync datatype for Synced Notifications App Info (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: sync/internal_api/public/base/model_type.h
diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h
index 4777be4263f6e4af123a04932403784429950856..1480ae5b51838010237344adc402c5e9e64496af 100644
--- a/sync/internal_api/public/base/model_type.h
+++ b/sync/internal_api/public/base/model_type.h
@@ -84,6 +84,8 @@ enum ModelType {
HISTORY_DELETE_DIRECTIVES,
// Synced push notifications.
SYNCED_NOTIFICATIONS,
+ // Synced Notification app types
Nicolas Zea 2014/01/22 00:43:39 types -> info?
Pete Williamson 2014/01/22 19:51:10 Done.
+ SYNCED_NOTIFICATION_APP_INFO,
// Custom spelling dictionary.
DICTIONARY,
// Favicon images.

Powered by Google App Engine