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

Unified Diff: chrome/common/common_param_traits_macros.h

Issue 2965183002: Remove DO_NOT_USE from CONTENT_SETTINGS_NUM_TYPES_DO_NOT_USE (Closed)
Patch Set: . Created 3 years, 5 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 | « no previous file | components/content_settings/core/common/content_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/common_param_traits_macros.h
diff --git a/chrome/common/common_param_traits_macros.h b/chrome/common/common_param_traits_macros.h
index 37ccd81099c95bba21830a222e25f7314e5357ea..f6b91ccd276583b5b40fd19d2eb75111bc7ebe93 100644
--- a/chrome/common/common_param_traits_macros.h
+++ b/chrome/common/common_param_traits_macros.h
@@ -11,7 +11,6 @@
#include "components/content_settings/core/common/content_settings_types.h"
#include "ipc/ipc_message_macros.h"
-IPC_ENUM_TRAITS_MAX_VALUE(ContentSettingsType,
- CONTENT_SETTINGS_NUM_TYPES_DO_NOT_USE - 1)
+IPC_ENUM_TRAITS_MAX_VALUE(ContentSettingsType, CONTENT_SETTINGS_NUM_TYPES - 1)
#endif // CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
« no previous file with comments | « no previous file | components/content_settings/core/common/content_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698