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 3e7780cbe17b5656a42469e04e1fc60bbbcc018a..28965d2d448bd2a6f6c2a691c68ab0ab77866cfd 100644 |
--- a/sync/internal_api/debug_info_event_listener.cc |
+++ b/sync/internal_api/debug_info_event_listener.cc |
@@ -109,6 +109,10 @@ void DebugInfoEventListener::OnPassphraseTypeChanged( |
CreateAndAddEvent(sync_pb::SyncEnums::PASSPHRASE_TYPE_CHANGED); |
} |
+void DebugInfoEventListener::OnLocalSetPassphraseEncryption( |
+ const SyncEncryptionHandler::NigoriState& nigori_state) { |
+} |
+ |
void DebugInfoEventListener::OnActionableError( |
const SyncProtocolError& sync_error) { |
DCHECK(thread_checker_.CalledOnValidThread()); |