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

Unified Diff: components/sync_driver/glue/sync_backend_host_impl.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: git cl format 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: components/sync_driver/glue/sync_backend_host_impl.h
diff --git a/components/sync_driver/glue/sync_backend_host_impl.h b/components/sync_driver/glue/sync_backend_host_impl.h
index 76c2ce21c0cb175e9b776b35fe3f25029acaed71..d9a3da492dbc59a987b21c64c377646f8e42b800 100644
--- a/components/sync_driver/glue/sync_backend_host_impl.h
+++ b/components/sync_driver/glue/sync_backend_host_impl.h
@@ -147,7 +147,7 @@ class SyncBackendHostImpl
void RefreshTypesForTest(syncer::ModelTypeSet types) override;
void ClearServerData(
const syncer::SyncManager::ClearServerDataCallback& callback) override;
- void OnCookieJarChanged(bool account_mismatch) override;
+ void OnCookieJarChanged(bool account_mismatch, bool empty_jar) override;
// InvalidationHandler implementation.
void OnInvalidatorStateChange(syncer::InvalidatorState state) override;
« no previous file with comments | « components/sync_driver/glue/sync_backend_host_core.cc ('k') | components/sync_driver/glue/sync_backend_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698