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

Unified Diff: sync/internal_api/public/engine/sync_status.h

Issue 10917246: [Sync] Add keystore encryption info to about:sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make const Created 8 years, 3 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
Index: sync/internal_api/public/engine/sync_status.h
diff --git a/sync/internal_api/public/engine/sync_status.h b/sync/internal_api/public/engine/sync_status.h
index dfd960394d4b481a49aaeddb196b18dd817ae677..1535fac315b6a262bc59623fc8d3c59127acc6fb 100644
--- a/sync/internal_api/public/engine/sync_status.h
+++ b/sync/internal_api/public/engine/sync_status.h
@@ -84,6 +84,9 @@ struct SYNC_EXPORT SyncStatus {
ModelTypeSet encrypted_types;
bool cryptographer_ready;
bool crypto_has_pending_keys;
+ bool has_keystore_key;
+ std::string keystore_migration_time;
akalin 2012/09/17 18:07:20 can you make _time be base::Time and do the string
Nicolas Zea 2012/09/17 21:00:24 Done.
+ std::string passphrase_type;
akalin 2012/09/17 18:07:20 can you make passphrase_type be the enum type? Do
Nicolas Zea 2012/09/17 21:00:24 Done.
// Per-datatype throttled status.
ModelTypeSet throttled_types;

Powered by Google App Engine
This is Rietveld 408576698