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

Unified Diff: sync/engine/syncer.cc

Issue 1991973002: [Sync] Add histograms for cookie jar state on Sessions commit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review Created 4 years, 7 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
Index: sync/engine/syncer.cc
diff --git a/sync/engine/syncer.cc b/sync/engine/syncer.cc
index eddfb491e4f47ef9ca5533e3152d65d03db510d1..fa2ecfb959bab69ab0848a8fe0c5375a67bb8949 100644
--- a/sync/engine/syncer.cc
+++ b/sync/engine/syncer.cc
@@ -184,7 +184,9 @@ SyncerError Syncer::BuildAndPostCommits(ModelTypeSet requested_types,
session->context()->max_commit_batch_size(),
session->context()->account_name(),
session->context()->directory()->cache_guid(),
- session->context()->cookie_jar_mismatch(), commit_processor,
+ session->context()->cookie_jar_mismatch(),
+ session->context()->cookie_jar_empty(),
+ commit_processor,
session->context()->extensions_activity()));
if (!commit) {
break;

Powered by Google App Engine
This is Rietveld 408576698