| 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..5a7742ee054aabd9fd43cdaaf9261277258b35ac 100644
|
| --- a/chrome/browser/sync/internal_api/debug_info_event_listener.cc
|
| +++ b/chrome/browser/sync/internal_api/debug_info_event_listener.cc
|
| @@ -73,7 +73,8 @@ void DebugInfoEventListener::OnClearServerDataSucceeded() {
|
| }
|
|
|
| void DebugInfoEventListener::OnEncryptionComplete(
|
| - const syncable::ModelTypeSet& encrypted_types) {
|
| + const syncable::ModelTypeSet& encrypted_types,
|
| + bool encrypt_everything) {
|
| CreateAndAddEvent(sync_pb::DebugEventInfo::ENCRYPTION_COMPLETE);
|
| }
|
|
|
|
|