| 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;
|
| }
|
|
|