| Index: content/public/common/favicon_url.h
|
| diff --git a/content/public/common/favicon_url.h b/content/public/common/favicon_url.h
|
| index 349fc8785ae43001126f51ad39024e25d911e21a..d673c29fe044b11ed4330504e8e7a1d67c33f4ca 100644
|
| --- a/content/public/common/favicon_url.h
|
| +++ b/content/public/common/favicon_url.h
|
| @@ -21,7 +21,8 @@ struct CONTENT_EXPORT FaviconURL {
|
| INVALID_ICON = 0x0,
|
| FAVICON = 1 << 0,
|
| TOUCH_ICON = 1 << 1,
|
| - TOUCH_PRECOMPOSED_ICON = 1 << 2
|
| + TOUCH_PRECOMPOSED_ICON = 1 << 2,
|
| + MAX_BIT_MASK = FAVICON | TOUCH_ICON | TOUCH_PRECOMPOSED_ICON,
|
| };
|
|
|
| FaviconURL();
|
|
|