| Index: sync/notifier/invalidator_registrar.cc
|
| diff --git a/sync/notifier/invalidator_registrar.cc b/sync/notifier/invalidator_registrar.cc
|
| index 75db11fc77fb376f95e2124cc5e4e449932ad651..c2a18f9e8fddc9c53f89f66f4c32201d5ac56787 100644
|
| --- a/sync/notifier/invalidator_registrar.cc
|
| +++ b/sync/notifier/invalidator_registrar.cc
|
| @@ -119,7 +119,8 @@ void InvalidatorRegistrar::DispatchInvalidationsToHandlers(
|
|
|
| void InvalidatorRegistrar::UpdateInvalidatorState(InvalidatorState state) {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| - DVLOG(1) << "New invalidator state: " << InvalidatorStateToString(state_);
|
| + DVLOG(1) << "New invalidator state: " << InvalidatorStateToString(state_)
|
| + << " -> " << InvalidatorStateToString(state);
|
| state_ = state;
|
| FOR_EACH_OBSERVER(InvalidationHandler, handlers_,
|
| OnInvalidatorStateChange(state));
|
|
|