Migrate SyncService::DisableReason to EnumSet or flat_set |
|
Issue descriptionCurrently, 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. |
|
►
Sign in to add a comment |
|
Comment 1 by mastiz@chromium.org
, Nov 16