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

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

Issue 377463002: [SyncFS] Handle dirty tracker IDs in MetadataDatabaseIndexOnDisk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Work for comments Created 6 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_backend/drive_backend_constants.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/drive_backend_constants.h
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h b/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h
index 824a8279b172514008ce3588dea49f388e9928fc..956933e2bf31fb6b89a84d099ea05540a72fccd2 100644
--- a/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h
+++ b/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h
@@ -23,6 +23,8 @@ extern const char kFileMetadataKeyPrefix[];
extern const char kFileTrackerKeyPrefix[];
extern const char kAppRootIDByAppIDKeyPrefix[];
+extern const char kDirtyIDKeyPrefix[];
+extern const char kDemotedDirtyIDKeyPrefix[];
extern const int kMaxRetry;
extern const int64 kListChangesRetryDelaySeconds;
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_backend/drive_backend_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698