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

Unified Diff: sync/engine/syncer.cc

Issue 1849563005: [Sync] Add cookie jar mismatch logging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests again Created 4 years, 8 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 | « sync/engine/commit_util.cc ('k') | sync/internal_api/public/sync_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/syncer.cc
diff --git a/sync/engine/syncer.cc b/sync/engine/syncer.cc
index 27bc1ba3b23ca94211ad0eb3677253a18e1a6af5..fb6c466054297acb1822add39fc1eadad0e1152c 100644
--- a/sync/engine/syncer.cc
+++ b/sync/engine/syncer.cc
@@ -184,6 +184,7 @@ 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()->extensions_activity()));
if (!commit) {
« no previous file with comments | « sync/engine/commit_util.cc ('k') | sync/internal_api/public/sync_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698