Chromium Code Reviews| Index: content/public/common/manifest.h |
| diff --git a/content/public/common/manifest.h b/content/public/common/manifest.h |
| index 80e3f628550b97b0e3d6659286fdc156ce2dca78..6c4ab52c6771aa2c2d08c2d85b25b593fa4405b2 100644 |
| --- a/content/public/common/manifest.h |
| +++ b/content/public/common/manifest.h |
| @@ -31,6 +31,7 @@ struct CONTENT_EXPORT Manifest { |
| enum IconPurpose { |
| ANY = 0, |
| BADGE, |
| + ICON_PURPOSE_LAST = BADGE, |
| }; |
| Icon(); |