Index: components/browser_sync/profile_sync_service.cc |
diff --git a/components/browser_sync/profile_sync_service.cc b/components/browser_sync/profile_sync_service.cc |
index 2909868bc33e3addeee8a618ad28c941de3a26e5..7280c42186b1ad86333af4a3548cc4444a80af1d 100644 |
--- a/components/browser_sync/profile_sync_service.cc |
+++ b/components/browser_sync/profile_sync_service.cc |
@@ -1518,7 +1518,9 @@ void ProfileSyncService::UpdateSelectedTypesHistogram( |
}; |
static_assert(39 == syncer::MODEL_TYPE_COUNT, |
- "custom config histogram must be updated"); |
+ "If adding a user selectable type, update " |
+ "UserSelectableSyncType in user_selectable_sync_type.h and " |
+ "histograms.xml."); |
if (!sync_everything) { |
const syncer::ModelTypeSet current_types = GetPreferredDataTypes(); |