New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 864556 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac
Pri: 3
Type: Task



Sign in to add a comment

Migrate SyncService::DisableReason to EnumSet or flat_set

Project Member Reported by treib@chromium.org, Jul 17

Issue description

Currently, SyncService::GetDisableReasons() returns an int which is a bitmask of DisableReason enum values. It'd be cleaner to use some proper typed set structure, such as EnumSet or just flat_set.
 
Labels: sync-fixit-2018q4

Sign in to add a comment