| Index: sync/protocol/client_debug_info.proto
|
| diff --git a/sync/protocol/client_debug_info.proto b/sync/protocol/client_debug_info.proto
|
| index ceaf0234656a930d7434d66a33db8873ed1e5a1e..9792aaa6c0e9113c8ff4c1110db0700b8ff6399f 100644
|
| --- a/sync/protocol/client_debug_info.proto
|
| +++ b/sync/protocol/client_debug_info.proto
|
| @@ -63,6 +63,8 @@ message DebugEventInfo {
|
| BOOTSTRAP_TOKEN_UPDATED = 9; // A new cryptographer bootstrap token was
|
| // generated.
|
| PASSPHRASE_STATE_CHANGED = 10; // The encryption passphrase state changed.
|
| + KEYSTORE_TOKEN_UPDATED = 11; // A new keystore encryption token was
|
| + // persisted.
|
| }
|
| // In a given |DebugEventInfo| only one of the following would be set.
|
| optional EventType type = 1;
|
|
|