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

Unified Diff: chrome/browser/sync/glue/sync_backend_host.h

Issue 10916036: [Sync] Implement keystore migration support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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: chrome/browser/sync/glue/sync_backend_host.h
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
index 1d663815b77b4d5273ff2a6cd5812791012c5143..7a494d2fc04d7a1c3b8a77f029535d1b6f30e226 100644
--- a/chrome/browser/sync/glue/sync_backend_host.h
+++ b/chrome/browser/sync/glue/sync_backend_host.h
@@ -450,8 +450,8 @@ class SyncBackendHost : public BackendDataTypeConfigurer {
// Invoked when the passphrase state has changed. Caches the passphrase state
// for later use on the UI thread.
- void HandlePassphraseStateChangedOnFrontendLoop(
- syncer::PassphraseState state);
+ void HandlePassphraseTypeChangedOnFrontendLoop(
+ syncer::PassphraseType state);
void HandleStopSyncingPermanentlyOnFrontendLoop();
@@ -525,7 +525,7 @@ class SyncBackendHost : public BackendDataTypeConfigurer {
// in the nigori node. Updated whenever a new nigori node arrives or the user
// manually changes their passphrase state. Cached so we can synchronously
// check it from the UI thread.
- syncer::PassphraseState cached_passphrase_state_;
+ syncer::PassphraseType cached_passphrase_type_;
// UI-thread cache of the last SyncSessionSnapshot received from syncapi.
syncer::sessions::SyncSessionSnapshot last_snapshot_;
« no previous file with comments | « no previous file | chrome/browser/sync/glue/sync_backend_host.cc » ('j') | sync/internal_api/sync_encryption_handler_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698