| Index: sync/internal_api/debug_info_event_listener.cc
|
| diff --git a/sync/internal_api/debug_info_event_listener.cc b/sync/internal_api/debug_info_event_listener.cc
|
| index 9ca49735e83dba24c95b2ff8be028c79b9db2d78..5f06954769589c26820919992b530ef297adc528 100644
|
| --- a/sync/internal_api/debug_info_event_listener.cc
|
| +++ b/sync/internal_api/debug_info_event_listener.cc
|
| @@ -101,8 +101,8 @@ void DebugInfoEventListener::OnCryptographerStateChanged(
|
| cryptographer_ready_ = cryptographer->is_ready();
|
| }
|
|
|
| -void DebugInfoEventListener::OnPassphraseStateChanged(PassphraseState state) {
|
| - CreateAndAddEvent(sync_pb::DebugEventInfo::PASSPHRASE_STATE_CHANGED);
|
| +void DebugInfoEventListener::OnPassphraseTypeChanged(PassphraseType type) {
|
| + CreateAndAddEvent(sync_pb::DebugEventInfo::PASSPHRASE_TYPE_CHANGED);
|
| }
|
|
|
| void DebugInfoEventListener::OnActionableError(
|
|
|