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

Unified Diff: chrome/browser/sync/profile_sync_service.h

Issue 551843003: Persist Directory to disk when the app is backgrounded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use SyncBackendHost to get to the sync thread. 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/profile_sync_service.h
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index e9238699042d097ddc0272043944ecab0bf9ab70..d9361671885011669a47235b182e77da746d6e97 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -794,6 +794,8 @@ class ProfileSyncService : public ProfileSyncServiceBase,
base::Time GetDeviceBackupTimeForTesting() const;
+ void FlushDirectory();
nyquist 2014/09/10 17:43:09 Add a comment about what this ends up doing. In wh
maniscalco 2014/09/10 17:49:03 Not const like the other FlushDirectory methods?
maxbogue 2014/09/10 20:11:02 Done.
maxbogue 2014/09/10 20:11:02 Done.
+
protected:
// Helper to configure the priority data types.
void ConfigurePriorityDataTypes();

Powered by Google App Engine
This is Rietveld 408576698