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

Unified Diff: sync/engine/commit.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.h
diff --git a/sync/engine/commit.h b/sync/engine/commit.h
index b50d3f5488ad466611c129ec3662d1073ab1a125..476aa924f7e9ac65d609e4e0433bb35a67eff494 100644
--- a/sync/engine/commit.h
+++ b/sync/engine/commit.h
@@ -56,6 +56,7 @@ class SYNC_EXPORT Commit {
size_t max_entries,
const std::string& account_name,
const std::string& cache_guid,
+ bool cookie_jar_mismatch,
CommitProcessor* commit_processor,
ExtensionsActivity* extensions_activity);

Powered by Google App Engine
This is Rietveld 408576698