Chromium Code Reviews| 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..c9f5e3a6ef117479065c659c1c2c0c8755c2ab01 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 = 9; // A new keystore encryption token was |
|
akalin
2012/08/22 22:09:33
9 -> 11?
Nicolas Zea
2012/08/22 22:48:59
Woops. Done. Strange the compiler didn't catch tha
|
| + // persisted. |
| } |
| // In a given |DebugEventInfo| only one of the following would be set. |
| optional EventType type = 1; |