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

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: 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.cc ('k') | sync/engine/commit_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sync/engine/commit.cc ('k') | sync/engine/commit_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698