| Index: sync/internal_api/sync_encryption_handler_impl.cc
|
| diff --git a/sync/internal_api/sync_encryption_handler_impl.cc b/sync/internal_api/sync_encryption_handler_impl.cc
|
| index aea66e5b17b9c78c675633d6a876ea93612b2879..709b38dde0e8c3dc8073c51b53701337a7e4bad0 100644
|
| --- a/sync/internal_api/sync_encryption_handler_impl.cc
|
| +++ b/sync/internal_api/sync_encryption_handler_impl.cc
|
| @@ -255,6 +255,10 @@ void SyncEncryptionHandlerImpl::Init() {
|
| WriteEncryptionStateToNigori(&trans);
|
| }
|
|
|
| + UMA_HISTOGRAM_ENUMERATION("Sync.PassphraseType",
|
| + GetPassphraseType(),
|
| + PASSPHRASE_TYPE_SIZE);
|
| +
|
| bool has_pending_keys = UnlockVault(
|
| trans.GetWrappedTrans()).cryptographer.has_pending_keys();
|
| bool is_ready = UnlockVault(
|
|
|