| 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 3fcd8486e862ad7a8f02b0fe3e3415e142edfbb6..17f70f7b4e71bc777e185bc3c29044e36b3acadb 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,8 @@ const char kFileMetadataKeyPrefix[] = "FILE: ";
|
| const char kFileTrackerKeyPrefix[] = "TRACKER: ";
|
|
|
| const char kAppRootIDByAppIDKeyPrefix[] = "APP_ROOT: ";
|
| +const char kDirtyIDKeyPrefix[] = "DIRTY: ";
|
| +const char kDemotedDirtyIDKeyPrefix[] = "DEMOTED_DIRTY: ";
|
|
|
| const int kMaxRetry = 5;
|
| const int64 kListChangesRetryDelaySeconds = 60 * 60;
|
|
|