From 23ba66181008a9d9b40c7df97cc2497b7a82ac6f Mon Sep 17 00:00:00 2001 From: "anujk.sharma" Date: Thu, 25 Sep 2014 22:04:30 -0700 Subject: Apply automatic range checks to storage enum types across IPC. This is part of a long-running background task to remove the remaining uses of the unchecked IPC_ENUM_TRAITS() macro. BUG=246708 Review URL: https://codereview.chromium.org/603673003 Cr-Commit-Position: refs/heads/master@{#296887} --- storage/common/quota/quota_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'storage/common') diff --git a/storage/common/quota/quota_types.h b/storage/common/quota/quota_types.h index c8087e6..381d847 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 -- cgit v1.1