| Index: chrome/browser/sync/protocol/sync.proto
|
| ===================================================================
|
| --- chrome/browser/sync/protocol/sync.proto (revision 105679)
|
| +++ chrome/browser/sync/protocol/sync.proto (working copy)
|
| @@ -15,7 +15,6 @@
|
| package sync_pb;
|
|
|
| import "encryption.proto";
|
| -import "client_debug_info.proto";
|
|
|
| // Used for inspecting how long we spent performing operations in different
|
| // backends. All times must be in millis.
|
| @@ -439,11 +438,6 @@
|
| // The client sets this if it detects a sync issue. The server will tell it
|
| // if it should perform a refresh.
|
| optional bool sync_problem_detected = 8 [default = false];
|
| -
|
| - // Client side state information for debugging purpose.
|
| - // This is only sent on the first getupdates of every sync cycle,
|
| - // as an optimization to save bandwidth.
|
| - optional DebugInfo debug_info = 10;
|
| };
|
|
|
| message CommitResponse {
|
|
|