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

Unified Diff: components/sync_driver/glue/sync_backend_host_mock.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_mock.h
diff --git a/components/sync_driver/glue/sync_backend_host_mock.h b/components/sync_driver/glue/sync_backend_host_mock.h
index 1359f35ea920721bbdd96267ad0bc30e0e30360a..c21785b530a71d5a9baf045472ba726ad3087002 100644
--- a/components/sync_driver/glue/sync_backend_host_mock.h
+++ b/components/sync_driver/glue/sync_backend_host_mock.h
@@ -120,6 +120,8 @@ class SyncBackendHostMock : public SyncBackendHost {
void ClearServerData(
const syncer::SyncManager::ClearServerDataCallback& callback) override;
+ void OnCookieJarChanged(bool account_mismatch) override;
+
void set_fail_initial_download(bool should_fail);
private:
« no previous file with comments | « components/sync_driver/glue/sync_backend_host_impl.cc ('k') | components/sync_driver/glue/sync_backend_host_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698