| 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 f632c16d9c27dfa9b5f70b680ecb680fa5459f4a..43730c9e31fd6ef3009c23cdd45d8a0320693b62 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();
|
|
|
| @@ -524,7 +524,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_;
|
|
|