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

Unified Diff: sync/syncable/model_type.cc

Issue 146913004: [Sync] Don't add synced notification app info as core type (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. 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/model_type.cc
diff --git a/sync/syncable/model_type.cc b/sync/syncable/model_type.cc
index 475358c0805168831391505956636695e65ed8a9..945424bd87eb441dc462c9f75878d21cb806c06c 100644
--- a/sync/syncable/model_type.cc
+++ b/sync/syncable/model_type.cc
@@ -447,7 +447,8 @@ ModelTypeSet CoreTypes() {
// The following are low priority core types.
result.Put(SYNCED_NOTIFICATIONS);
- result.Put(SYNCED_NOTIFICATION_APP_INFO);
+ // TODO(petewil): Add synced notification app info once crbug.com/339094 is
+ // fixed.
return result;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698