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

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

Issue 62883004: SyncFS: Implement Get{Normal/Low}PriorityDirtyTracker in MetadataDatabase (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix 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 02b44699649cf7fbcbb924a1393c5a6e32d47de8..7bd3c317b00fb685c275fcaf0b3550d69f58b1aa 100644
--- a/chrome/browser/sync_file_system/drive_backend/metadata_database.h
+++ b/chrome/browser/sync_file_system/drive_backend/metadata_database.h
@@ -247,11 +247,11 @@ class MetadataDatabase {
// 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);
+ bool GetNormalPriorityDirtyTracker(FileTracker* tracker) const;
// 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);
+ bool GetLowPriorityDirtyTracker(FileTracker* tracker) const;
private:
friend class ListChangesTaskTest;
« 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