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

Unified Diff: chrome/browser/sync/glue/sync_backend_host_mock.cc

Issue 551843003: Persist Directory to disk when the app is backgrounded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a thread check and fix a comment. Created 6 years, 3 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: chrome/browser/sync/glue/sync_backend_host_mock.cc
diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.cc b/chrome/browser/sync/glue/sync_backend_host_mock.cc
index 8faed53b075e6b6a5974d2c907f76d459126ab6b..35ca8c1b76b2791f71d2228d38c4e3edd9bd1e5c 100644
--- a/chrome/browser/sync/glue/sync_backend_host_mock.cc
+++ b/chrome/browser/sync/glue/sync_backend_host_mock.cc
@@ -115,6 +115,8 @@ SyncedDeviceTracker* SyncBackendHostMock::GetSyncedDeviceTracker() const {
return NULL;
}
+void SyncBackendHostMock::FlushDirectory() const {}
+
base::MessageLoop* SyncBackendHostMock::GetSyncLoopForTesting() {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698