Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2760)

Unified Diff: chrome/browser/sync/js_sync_manager_observer.h

Issue 6465005: [Sync] Initial support for encrypting any datatype (no UI hookup yet). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + small fix Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.cc ('k') | chrome/browser/sync/js_sync_manager_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/js_sync_manager_observer.h
diff --git a/chrome/browser/sync/js_sync_manager_observer.h b/chrome/browser/sync/js_sync_manager_observer.h
index aa710efb69c998975a9e02ba8e9308983675fd71..a912d7fd23499f13a05d7a1681712190c80037c5 100644
--- a/chrome/browser/sync/js_sync_manager_observer.h
+++ b/chrome/browser/sync/js_sync_manager_observer.h
@@ -36,6 +36,8 @@ class JsSyncManagerObserver : public sync_api::SyncManager::Observer {
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();
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.cc ('k') | chrome/browser/sync/js_sync_manager_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698