| Index: chrome/browser/sync/js_sync_manager_observer.h
|
| ===================================================================
|
| --- chrome/browser/sync/js_sync_manager_observer.h (revision 75295)
|
| +++ chrome/browser/sync/js_sync_manager_observer.h (working copy)
|
| @@ -36,8 +36,6 @@
|
| virtual void OnUpdatedToken(const std::string& token);
|
| virtual void OnPassphraseRequired(bool for_decryption);
|
| virtual void OnPassphraseAccepted(const std::string& bootstrap_token);
|
| - virtual void OnEncryptionComplete(
|
| - const syncable::ModelTypeSet& encrypted_types);
|
| virtual void OnInitializationComplete();
|
| virtual void OnPaused();
|
| virtual void OnResumed();
|
|
|