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

Unified Diff: sync/internal_api/public/sync_manager.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/internal_api/public/sync_manager.h
diff --git a/sync/internal_api/public/sync_manager.h b/sync/internal_api/public/sync_manager.h
index aca4ca09fcadf9acf9847e2ba5d03c6c857242db..ec630acb8f0faeaf367640403a282a9a22f8b95f 100644
--- a/sync/internal_api/public/sync_manager.h
+++ b/sync/internal_api/public/sync_manager.h
@@ -409,7 +409,7 @@ class SYNC_EXPORT SyncManager {
// Updates Sync's tracking of whether the cookie jar has a mismatch with the
// chrome account. See ClientConfigParams proto message for more info.
// Note: this does not trigger a sync cycle. It just updates the sync context.
- virtual void OnCookieJarChanged(bool account_mismatch) = 0;
+ virtual void OnCookieJarChanged(bool account_mismatch, bool empty_jar) = 0;
};
} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698