| Index: trunk/src/sync/engine/syncer_proto_util.cc
|
| ===================================================================
|
| --- trunk/src/sync/engine/syncer_proto_util.cc (revision 244437)
|
| +++ trunk/src/sync/engine/syncer_proto_util.cc (working copy)
|
| @@ -433,11 +433,6 @@
|
| session->delegate()->OnReceivedClientInvalidationHintBufferSize(
|
| command.client_invalidation_hint_buffer_size());
|
| }
|
| -
|
| - if (command.has_gu_retry_delay_seconds()) {
|
| - session->delegate()->OnReceivedGuRetryDelay(
|
| - base::TimeDelta::FromSeconds(command.gu_retry_delay_seconds()));
|
| - }
|
| }
|
|
|
| // Now do any special handling for the error type and decide on the return
|
|
|