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

Unified Diff: webkit/quota/quota_types.h

Issue 13508005: Allow RequestOSFileHandle if an app has unlimited storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert most of patch set 2 Created 7 years, 8 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: webkit/quota/quota_types.h
diff --git a/webkit/quota/quota_types.h b/webkit/quota/quota_types.h
index 8d67b76fa647e0168b13895ab6a11f4e0f4cc306..8ba374628dcf91988872f38ff9bb010d026a850f 100644
--- a/webkit/quota/quota_types.h
+++ b/webkit/quota/quota_types.h
@@ -26,6 +26,12 @@ enum StorageType {
kStorageTypeUnknown,
};
+enum QuotaLimitType {
+ kQuotaLimitTypeUnknown,
+ kQuotaLimitTypeLimited,
+ kQuotaLimitTypeUnlimited,
+};
+
struct UsageInfo;
typedef std::vector<UsageInfo> UsageInfoEntries;
« content/browser/fileapi/fileapi_message_filter.cc ('K') | « webkit/plugins/ppapi/plugin_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698