| Index: chrome/browser/sync/internal_api/debug_info_event_listener.h
|
| diff --git a/chrome/browser/sync/internal_api/debug_info_event_listener.h b/chrome/browser/sync/internal_api/debug_info_event_listener.h
|
| index 6a1a2f1094b871633eb8241cb2745fb8d2cb5a6b..6e895c04a9bce85aaf6f3bec3c6774ba8d27524b 100644
|
| --- a/chrome/browser/sync/internal_api/debug_info_event_listener.h
|
| +++ b/chrome/browser/sync/internal_api/debug_info_event_listener.h
|
| @@ -44,7 +44,8 @@ class DebugInfoEventListener : public sync_api::SyncManager::Observer,
|
| virtual void OnClearServerDataFailed() OVERRIDE;
|
| virtual void OnClearServerDataSucceeded() OVERRIDE;
|
| virtual void OnEncryptionComplete(
|
| - const syncable::ModelTypeSet& encrypted_types) OVERRIDE;
|
| + const syncable::ModelTypeSet& encrypted_types,
|
| + bool encrypt_everything) OVERRIDE;
|
| virtual void OnActionableError(
|
| const browser_sync::SyncProtocolError& sync_error) OVERRIDE;
|
|
|
|
|