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

Unified Diff: components/sync_driver/glue/sync_backend_host_impl.h

Issue 1849563005: [Sync] Add cookie jar mismatch logging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests again Created 4 years, 8 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 ed11743655d5d7ec5a812dfc8dca319d407e1837..c173a49515799985f5f7bd75291bafc8819cb600 100644
--- a/components/sync_driver/glue/sync_backend_host_impl.h
+++ b/components/sync_driver/glue/sync_backend_host_impl.h
@@ -144,6 +144,7 @@ class SyncBackendHostImpl
void RefreshTypesForTest(syncer::ModelTypeSet types) override;
void ClearServerData(
const syncer::SyncManager::ClearServerDataCallback& callback) override;
+ void OnCookieJarChanged(bool account_mismatch) 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