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

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

Issue 371873003: [SyncFS] Implement methods to handle TrackerIDSet by FileID (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Work for nits 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
Index: chrome/browser/sync_file_system/drive_backend/drive_backend_constants.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.cc b/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.cc
index 17f70f7b4e71bc777e185bc3c29044e36b3acadb..c245273a95a49a5ec11ddae21e8020de2ec2bbf0 100644
--- a/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.cc
+++ b/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.cc
@@ -21,6 +21,9 @@ const char kFileMetadataKeyPrefix[] = "FILE: ";
const char kFileTrackerKeyPrefix[] = "TRACKER: ";
const char kAppRootIDByAppIDKeyPrefix[] = "APP_ROOT: ";
+const char kActiveIDByFileIDKeyPrefix[] = "ACTIVE_FILE: ";
+const char kTrackerIDByFileIDKeyPrefix[] = "TRACKER_FILE: ";
+const char kMultiTrackerByFileIDKeyPrefix[] = "MULTI_FILE: ";
const char kDirtyIDKeyPrefix[] = "DIRTY: ";
const char kDemotedDirtyIDKeyPrefix[] = "DEMOTED_DIRTY: ";

Powered by Google App Engine
This is Rietveld 408576698