sync_ui_util inconsistently handles null SyncService |
|
Issue descriptionsync_ui_util::GetStatusInfo (maybe other functions too) handles a null SyncService in some, but not all situations. I think the SyncService can only be null if Chrome is run with --disable-sync, so maybe it's not that important to handle it, but we should be consistent: Either properly handle it or not at all. |
|
►
Sign in to add a comment |
|