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

Unified Diff: storage/common/quota/quota_types.h

Issue 1102353009: WIP Durable storage, chrome side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 years, 7 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 | « storage/common/fileapi/file_system_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/common/quota/quota_types.h
diff --git a/storage/common/quota/quota_types.h b/storage/common/quota/quota_types.h
index 381d84731143f3242b6fd6a240da6f9af81f87db..2b60fa9088009c5bf0d402ef72f80188f5ff5b1d 100644
--- a/storage/common/quota/quota_types.h
+++ b/storage/common/quota/quota_types.h
@@ -15,7 +15,8 @@ enum StorageType {
kStorageTypeSyncable,
kStorageTypeQuotaNotManaged,
kStorageTypeUnknown,
- kStorageTypeLast = kStorageTypeUnknown
+ kStorageTypeDurable,
+ kStorageTypeLast = kStorageTypeDurable
};
enum QuotaLimitType {
« no previous file with comments | « storage/common/fileapi/file_system_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698