Index: chrome/browser/sync/internal_api/debug_info_event_listener.cc |
diff --git a/chrome/browser/sync/internal_api/debug_info_event_listener.cc b/chrome/browser/sync/internal_api/debug_info_event_listener.cc |
index 3165496331d3c76549036d0d77554b202f079ff5..698c1f43f9545a56aaed8f9459d3e7ca8fdf2513 100644 |
--- a/chrome/browser/sync/internal_api/debug_info_event_listener.cc |
+++ b/chrome/browser/sync/internal_api/debug_info_event_listener.cc |
@@ -72,8 +72,13 @@ void DebugInfoEventListener::OnClearServerDataSucceeded() { |
NOTREACHED(); |
} |
-void DebugInfoEventListener::OnEncryptionComplete( |
- const syncable::ModelTypeSet& encrypted_types) { |
+void DebugInfoEventListener::OnEncryptedTypesChanged( |
+ const syncable::ModelTypeSet& encrypted_types, |
+ bool encrypt_everything) { |
+ CreateAndAddEvent(sync_pb::DebugEventInfo::ENCRYPTED_TYPES_CHANGED); |
+} |
+ |
+void DebugInfoEventListener::OnEncryptionComplete() { |
CreateAndAddEvent(sync_pb::DebugEventInfo::ENCRYPTION_COMPLETE); |
} |