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

Unified Diff: chrome/browser/chromeos/drive/file_errors.h

Issue 391343002: Keep sync tasks alive as long as it's not finished (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/chromeos/drive/file_errors.h
diff --git a/chrome/browser/chromeos/drive/file_errors.h b/chrome/browser/chromeos/drive/file_errors.h
index d06ff626ff5e13eca71fa09760835ced548c8b02..c663709fdc9ddb6f3ca105873bb366ec17338a52 100644
--- a/chrome/browser/chromeos/drive/file_errors.h
+++ b/chrome/browser/chromeos/drive/file_errors.h
@@ -31,6 +31,7 @@ enum FileError {
FILE_ERROR_NO_CONNECTION = -16,
FILE_ERROR_NO_LOCAL_SPACE = -17,
FILE_ERROR_SERVICE_UNAVAILABLE = -18,
+ FILE_ERROR_PARENT_NEEDS_TO_BE_SYNCED = -19,
};
// Used as callbacks for file operations.
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_errors.cc » ('j') | chrome/browser/chromeos/drive/sync_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698