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

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

Issue 780363003: Delete deprecated synced notifications code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup Created 6 years 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 | « extensions/common/permissions/api_permission.h ('k') | sync/protocol/BUILD.gn » ('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 716bece7ec22a63754c0bbd32774794d1e0ef13e..f9a8c1403a38cb168284fec51f655841e6e42a87 100644
--- a/sync/internal_api/public/base/model_type.h
+++ b/sync/internal_api/public/base/model_type.h
@@ -80,13 +80,13 @@ enum ModelType {
// An extension setting from the extension settings API.
EXTENSION_SETTINGS,
// App notifications.
- APP_NOTIFICATIONS,
+ APP_NOTIFICATIONS, // Deprecated.
// History delete directives.
HISTORY_DELETE_DIRECTIVES,
// Synced push notifications.
- SYNCED_NOTIFICATIONS,
+ SYNCED_NOTIFICATIONS, // Deprecated.
// Synced Notification app info.
- SYNCED_NOTIFICATION_APP_INFO,
+ SYNCED_NOTIFICATION_APP_INFO, // Deprecated.
// Custom spelling dictionary.
DICTIONARY,
// Favicon images.
« no previous file with comments | « extensions/common/permissions/api_permission.h ('k') | sync/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698