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

Unified Diff: sync/engine/commit.h

Issue 1991973002: [Sync] Add histograms for cookie jar state on Sessions commit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review Created 4 years, 7 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 1a8c44e329f3026e4e39465da08822fb50801242..31a9b34f655a16cae98fdc35b04fd9ae9edfa54a 100644
--- a/sync/engine/commit.h
+++ b/sync/engine/commit.h
@@ -58,6 +58,7 @@ class SYNC_EXPORT Commit {
const std::string& account_name,
const std::string& cache_guid,
bool cookie_jar_mismatch,
+ bool cookie_jar_empty,
CommitProcessor* commit_processor,
ExtensionsActivity* extensions_activity);

Powered by Google App Engine
This is Rietveld 408576698