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

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

Issue 203073003: Use of validating IPC enum macros for quota messages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « content/common/quota_messages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/quota/quota_types.h
diff --git a/webkit/common/quota/quota_types.h b/webkit/common/quota/quota_types.h
index 6cb45c9d7f8488cd2b2a9853a9a16cf0b3612ce5..bc8cd00bc50452c2300d26f162e78255d8c7e2a6 100644
--- a/webkit/common/quota/quota_types.h
+++ b/webkit/common/quota/quota_types.h
@@ -15,6 +15,7 @@ enum StorageType {
kStorageTypeSyncable,
kStorageTypeQuotaNotManaged,
kStorageTypeUnknown,
+ kStorageTypeLast = kStorageTypeUnknown
};
enum QuotaLimitType {
« no previous file with comments | « content/common/quota_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698