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

Unified Diff: sync/protocol/client_debug_info.proto

Issue 10824410: [Sync] Refactor passphrase state handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 4 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
« no previous file with comments | « sync/internal_api/sync_manager_impl_unittest.cc ('k') | sync/test/fake_sync_encryption_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/client_debug_info.proto
diff --git a/sync/protocol/client_debug_info.proto b/sync/protocol/client_debug_info.proto
index 30d8da618be76d711bc5ae470da1dce6f69154c1..ceaf0234656a930d7434d66a33db8873ed1e5a1e 100644
--- a/sync/protocol/client_debug_info.proto
+++ b/sync/protocol/client_debug_info.proto
@@ -62,17 +62,18 @@ message DebugEventInfo {
ACTIONABLE_ERROR = 8; // Client received an actionable error.
BOOTSTRAP_TOKEN_UPDATED = 9; // A new cryptographer bootstrap token was
// generated.
+ PASSPHRASE_STATE_CHANGED = 10; // The encryption passphrase state changed.
}
// In a given |DebugEventInfo| only one of the following would be set.
optional EventType type = 1;
optional SyncCycleCompletedEventInfo sync_cycle_completed_event_info = 2;
- // Datatype that caused the nudge.
- optional int32 nudging_datatype = 3;
+ // Datatype that caused the nudge.
+ optional int32 nudging_datatype = 3;
- // Datatypes that were notified from server.
- repeated int32 datatypes_notified_from_server = 4;
+ // Datatypes that were notified from server.
+ repeated int32 datatypes_notified_from_server = 4;
}
message DebugInfo {
« no previous file with comments | « sync/internal_api/sync_manager_impl_unittest.cc ('k') | sync/test/fake_sync_encryption_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698