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

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

Issue 11441005: Create a fresh sync datatype for Synced Notifications (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix merge conflict in prolto_value_conversions.h Created 7 years, 12 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
« no previous file with comments | « net/tools/testserver/chromiumsync.py ('k') | sync/protocol/nigori_specifics.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f24e61dd9a3b7be04182ccdc8723a5b8c31798c5..c0ac0ed506b35794e1f13af2b016b08dab1184f6 100644
--- a/sync/internal_api/public/base/model_type.h
+++ b/sync/internal_api/public/base/model_type.h
@@ -83,7 +83,9 @@ enum ModelType {
APP_NOTIFICATIONS,
// History delete directives.
HISTORY_DELETE_DIRECTIVES,
- LAST_USER_MODEL_TYPE = HISTORY_DELETE_DIRECTIVES,
+ // Synced push notifications.
+ SYNCED_NOTIFICATIONS,
+ LAST_USER_MODEL_TYPE = SYNCED_NOTIFICATIONS,
// An object representing a set of Nigori keys.
NIGORI,
« no previous file with comments | « net/tools/testserver/chromiumsync.py ('k') | sync/protocol/nigori_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698