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 c48b7c9c06fb34a6d995edc8ab85b9e3c8df9553..f59a2fa4e8cab88897ad0a15415c892fc9cfe02d 100644 |
--- a/sync/internal_api/debug_info_event_listener.cc |
+++ b/sync/internal_api/debug_info_event_listener.cc |
@@ -96,6 +96,10 @@ void DebugInfoEventListener::OnCryptographerStateChanged( |
cryptographer_ready_ = cryptographer->is_ready(); |
} |
+void DebugInfoEventListener::OnPassphraseStateChanged(PassphraseState state) { |
+ CreateAndAddEvent(sync_pb::DebugEventInfo::PASSPHRASE_STATE_CHANGED); |
+} |
+ |
void DebugInfoEventListener::OnActionableError( |
const SyncProtocolError& sync_error) { |
CreateAndAddEvent(sync_pb::DebugEventInfo::ACTIONABLE_ERROR); |