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

Unified Diff: sync/engine/sync_scheduler_impl.cc

Issue 12781007: Merge 185528 "sync: Drop fully datatype throttled sync jobs rath..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1364/src/
Patch Set: Created 7 years, 9 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 | « no previous file | sync/engine/sync_scheduler_whitebox_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/sync_scheduler_impl.cc
===================================================================
--- sync/engine/sync_scheduler_impl.cc (revision 187610)
+++ sync/engine/sync_scheduler_impl.cc (working copy)
@@ -431,7 +431,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())
« no previous file with comments | « no previous file | sync/engine/sync_scheduler_whitebox_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698