| 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 f46c4ee2ef9ff54ff2443342a2ace1d13aa090bb..ec30da8318b93372ad23506b1f780693b474d304 100644
|
| --- a/sync/internal_api/debug_info_event_listener.cc
|
| +++ b/sync/internal_api/debug_info_event_listener.cc
|
| @@ -84,11 +84,6 @@ void DebugInfoEventListener::OnBootstrapTokenUpdated(
|
| CreateAndAddEvent(sync_pb::DebugEventInfo::KEYSTORE_TOKEN_UPDATED);
|
| }
|
|
|
| -void DebugInfoEventListener::OnStopSyncingPermanently() {
|
| - DCHECK(thread_checker_.CalledOnValidThread());
|
| - CreateAndAddEvent(sync_pb::DebugEventInfo::STOP_SYNCING_PERMANENTLY);
|
| -}
|
| -
|
| void DebugInfoEventListener::OnEncryptedTypesChanged(
|
| ModelTypeSet encrypted_types,
|
| bool encrypt_everything) {
|
|
|