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

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: dcheck Created 7 years, 9 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..6cd5de5ad71969f908e4aba2425893963d07dabb 100644
--- a/webkit/quota/quota_types.h
+++ b/webkit/quota/quota_types.h
@@ -26,6 +26,12 @@ enum StorageType {
kStorageTypeUnknown,
};
+enum QuotaPolicy {
+ kQuotaPolicyUnknown,
+ kQuotaPolicyCheckRequired,
+ kQuotaPolicyCanBypassCheck,
+};
+
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