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

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

Issue 603673003: Apply automatic range checks to storage enum types across IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/fileapi/file_system_messages.h ('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 c8087e6e6a897590c2ee5398434d360a65d1fa2f..381d84731143f3242b6fd6a240da6f9af81f87db 100644
--- a/storage/common/quota/quota_types.h
+++ b/storage/common/quota/quota_types.h
@@ -22,6 +22,7 @@ enum QuotaLimitType {
kQuotaLimitTypeUnknown,
kQuotaLimitTypeLimited,
kQuotaLimitTypeUnlimited,
+ kQuotaLimitTypeLast = kQuotaLimitTypeUnlimited
};
} // namespace storage
« no previous file with comments | « content/common/fileapi/file_system_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698