Descriptionsync: Remove unnecessary DCHECKs from about:sync
Removes a DCHECK in SyncBackendHostImpl that would trigger if we tried
to register to observe protocol events (ie. open the about:sync page)
before initialization was complete. This DCHECK was unnecessary, since
there should be no harm in registering an observer before the sync
backend is initialized. Allowing early registration makes the protocol
logs useful for debugging more kinds of issues.
BUG=365806
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266643
Patch Set 1 #
Messages
Total messages: 17 (0 generated)
|