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

Unified Diff: storage/common/fileapi/file_system_util.cc

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/browser/quota/quota_manager.cc ('k') | storage/common/quota/quota_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/common/fileapi/file_system_util.cc
diff --git a/storage/common/fileapi/file_system_util.cc b/storage/common/fileapi/file_system_util.cc
index ed84b9084c9c68abc3b80967def169ac1e91e275..effa7b7b896b215eea18709b772ed5b4d24af108 100644
--- a/storage/common/fileapi/file_system_util.cc
+++ b/storage/common/fileapi/file_system_util.cc
@@ -254,6 +254,9 @@ FileSystemType QuotaStorageTypeToFileSystemType(
case storage::kStorageTypeQuotaNotManaged:
case storage::kStorageTypeUnknown:
return kFileSystemTypeUnknown;
+ case storage::kStorageTypeDurable:
+ NOTREACHED() << "FIXME";
+ return kFileSystemTypeUnknown;
}
return kFileSystemTypeUnknown;
}
« no previous file with comments | « storage/browser/quota/quota_manager.cc ('k') | storage/common/quota/quota_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698