| Index: sync/engine/sync_scheduler_impl.cc
|
| ===================================================================
|
| --- sync/engine/sync_scheduler_impl.cc (revision 186214)
|
| +++ sync/engine/sync_scheduler_impl.cc (working copy)
|
| @@ -438,7 +438,7 @@
|
| // Note that there may already be such an event if we're in a WaitInterval,
|
| // so we can retry it then.
|
| if (!requested_types.Empty() && throttled_types.HasAll(requested_types))
|
| - return SAVE;
|
| + return DROP; // TODO(tim): Don't drop. http://crbug.com/177659
|
| }
|
|
|
| if (wait_interval_.get())
|
|
|