diff options
Diffstat (limited to 'chromium/components/sync_bookmarks/switches.h')
-rw-r--r-- | chromium/components/sync_bookmarks/switches.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/components/sync_bookmarks/switches.h b/chromium/components/sync_bookmarks/switches.h index 7a9faface44..5828981f3e8 100644 --- a/chromium/components/sync_bookmarks/switches.h +++ b/chromium/components/sync_bookmarks/switches.h @@ -19,6 +19,8 @@ extern const base::Feature kSyncReuploadBookmarkFullTitles; extern const base::Feature kSyncProcessBookmarkRestoreAfterDeletion; // This switch is used to disable removing of bookmark duplicates by GUID. extern const base::Feature kSyncDeduplicateAllBookmarksWithSameGUID; +// TODO(crbug.com/1075709): remove after launch. +extern const base::Feature kSyncIgnoreChangesInTouchIcons; } // namespace switches |