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

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

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
« no previous file with comments | « components/sync_driver/glue/sync_backend_host_mock.h ('k') | sync/engine/commit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dd7a4dd997d017e805eb663bbc894c4536925a45..0eda6537b7961f6c50a0a9bae0d11a8caa1eebd8 100644
--- a/components/sync_driver/glue/sync_backend_host_mock.cc
+++ b/components/sync_driver/glue/sync_backend_host_mock.cc
@@ -153,4 +153,6 @@ void SyncBackendHostMock::ClearServerData(
callback.Run();
}
+void SyncBackendHostMock::OnCookieJarChanged(bool account_mismatch) {}
+
} // namespace browser_sync
« no previous file with comments | « components/sync_driver/glue/sync_backend_host_mock.h ('k') | sync/engine/commit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698