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

Unified Diff: components/sync_driver/glue/sync_backend_host_mock.cc

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: components/sync_driver/glue/sync_backend_host_mock.cc
diff --git a/components/sync_driver/glue/sync_backend_host_mock.cc b/components/sync_driver/glue/sync_backend_host_mock.cc
index a5028c026cb7c8cf0528c5d0c3d7ec4a00bf135f..cdfd71c917ecf11784171f2caa56f62223691539 100644
--- a/components/sync_driver/glue/sync_backend_host_mock.cc
+++ b/components/sync_driver/glue/sync_backend_host_mock.cc
@@ -154,6 +154,7 @@ void SyncBackendHostMock::ClearServerData(
callback.Run();
}
-void SyncBackendHostMock::OnCookieJarChanged(bool account_mismatch) {}
+void SyncBackendHostMock::OnCookieJarChanged(bool account_mismatch,
+ bool empty_jar) {}
} // namespace browser_sync

Powered by Google App Engine
This is Rietveld 408576698