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

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

Issue 10855037: [Sync] Add history delete directive type (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head, add TODO Created 8 years, 2 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/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 af528f82bf0205e5e7c01e5085505d8774a306ba..1c5e2646f8d4143505f6952b6f75aa0f702b1f3f 100644
--- a/sync/internal_api/public/base/model_type.h
+++ b/sync/internal_api/public/base/model_type.h
@@ -81,7 +81,9 @@ enum ModelType {
EXTENSION_SETTINGS,
// App notifications.
APP_NOTIFICATIONS,
- LAST_USER_MODEL_TYPE = APP_NOTIFICATIONS,
+ // History delete directives.
+ HISTORY_DELETE_DIRECTIVES,
+ LAST_USER_MODEL_TYPE = HISTORY_DELETE_DIRECTIVES,
// An object representing a set of Nigori keys.
NIGORI,

Powered by Google App Engine
This is Rietveld 408576698