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

Unified Diff: chrome/browser/sync_file_system/drive_backend/metadata_database.h

Issue 59193003: [SyncFS] Add RemoteToLocalSyncer skeleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 | « no previous file | chrome/browser/sync_file_system/drive_backend/metadata_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/drive_backend/metadata_database.h
diff --git a/chrome/browser/sync_file_system/drive_backend/metadata_database.h b/chrome/browser/sync_file_system/drive_backend/metadata_database.h
index dced9760c5afcab2562ce6bf4b3ed19bfdb433fa..7fcc941e6aa59a053d0150a4320ba9a5e6508c1f 100644
--- a/chrome/browser/sync_file_system/drive_backend/metadata_database.h
+++ b/chrome/browser/sync_file_system/drive_backend/metadata_database.h
@@ -224,6 +224,14 @@ class MetadataDatabase {
const FileDetails& updated_details,
const SyncStatusCallback& callback);
+ // Returns true if there is a normal priority dirty tracker.
+ // Assigns the dirty tracker if exists and |tracker| is non-NULL.
+ bool GetNormalPriorityDirtyTracker(FileTracker* tracker);
+
+ // Returns true if there is a low priority dirty tracker.
+ // Assigns the dirty tracker if exists and |tracker| is non-NULL.
+ bool GetLowPriorityDirtyTracker(FileTracker* tracker);
+
private:
friend class ListChangesTaskTest;
friend class MetadataDatabaseTest;
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_backend/metadata_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698