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..bc7b592d6e498a405ecc561a23181ba154c3d167 100644 |
--- a/chrome/browser/sync/internal_api/debug_info_event_listener.h |
+++ b/chrome/browser/sync/internal_api/debug_info_event_listener.h |
@@ -43,8 +43,10 @@ class DebugInfoEventListener : public sync_api::SyncManager::Observer, |
virtual void OnUpdatedToken(const std::string& token) OVERRIDE; |
virtual void OnClearServerDataFailed() OVERRIDE; |
virtual void OnClearServerDataSucceeded() OVERRIDE; |
- virtual void OnEncryptionComplete( |
- const syncable::ModelTypeSet& encrypted_types) OVERRIDE; |
+ virtual void OnEncryptedTypesChanged( |
+ const syncable::ModelTypeSet& encrypted_types, |
+ bool encrypt_everything) OVERRIDE; |
+ virtual void OnEncryptionComplete() OVERRIDE; |
virtual void OnActionableError( |
const browser_sync::SyncProtocolError& sync_error) OVERRIDE; |