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

Unified Diff: sync/engine/commit.cc

Issue 1849563005: [Sync] Add cookie jar mismatch logging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add integration test Created 4 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
Index: sync/engine/commit.cc
diff --git a/sync/engine/commit.cc b/sync/engine/commit.cc
index a1c1737d5e702efcb0b2c141a5b35fc80969a7c2..5e3d72e1d96a7c9b0109e4a3898012f0abe7b9c3 100644
--- a/sync/engine/commit.cc
+++ b/sync/engine/commit.cc
@@ -38,6 +38,7 @@ Commit* Commit::Init(
size_t max_entries,
const std::string& account_name,
const std::string& cache_guid,
+ bool cookie_jar_mismatch,
CommitProcessor* commit_processor,
ExtensionsActivity* extensions_activity) {
// Gather per-type contributions.
@@ -71,6 +72,7 @@ Commit* Commit::Init(
// Set the client config params.
commit_util::AddClientConfigParamsToMessage(
enabled_types,
+ cookie_jar_mismatch,
commit_message);
int previous_message_size = message.ByteSize();

Powered by Google App Engine
This is Rietveld 408576698