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

Unified Diff: sync/engine/commit_util.h

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_util.h
diff --git a/sync/engine/commit_util.h b/sync/engine/commit_util.h
index 6a42ebfb4510787d1feda944c4218bcb5a27c971..29866ba6d9ea81ded350ca96f5b185dbe2896149 100644
--- a/sync/engine/commit_util.h
+++ b/sync/engine/commit_util.h
@@ -39,6 +39,7 @@ SYNC_EXPORT void AddExtensionsActivityToMessage(
// Fills the config_params field of |message|.
SYNC_EXPORT void AddClientConfigParamsToMessage(
ModelTypeSet enabled_types,
+ bool cookie_jar_mismatch,
sync_pb::CommitMessage* message);
// Takes a snapshot of |meta_entry| and puts it into a protobuf suitable for use

Powered by Google App Engine
This is Rietveld 408576698