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

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

Issue 612343002: [SyncFS] Show if a tracker is demoted or not in chrome://syncfs-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@directory_notification
Patch Set: 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_file_system/drive_backend/metadata_database_index.h
diff --git a/chrome/browser/sync_file_system/drive_backend/metadata_database_index.h b/chrome/browser/sync_file_system/drive_backend/metadata_database_index.h
index d467d8362ad4925609e654426e8231a2c0c042e8..900876867b8354b7918398029fa227f75660eb55 100644
--- a/chrome/browser/sync_file_system/drive_backend/metadata_database_index.h
+++ b/chrome/browser/sync_file_system/drive_backend/metadata_database_index.h
@@ -86,6 +86,7 @@ class MetadataDatabaseIndex : public MetadataDatabaseIndexInterface {
virtual int64 PickDirtyTracker() const OVERRIDE;
virtual void DemoteDirtyTracker(int64 tracker_id) OVERRIDE;
virtual bool HasDemotedDirtyTracker() const OVERRIDE;
+ virtual bool IsDemotedDirtyTracker(int64 tracker_id) const OVERRIDE;
virtual void PromoteDemotedDirtyTracker(int64 tracker_id) OVERRIDE;
virtual bool PromoteDemotedDirtyTrackers() OVERRIDE;
virtual size_t CountDirtyTracker() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698