Index: components/favicon_base/favicon_types.h |
diff --git a/components/favicon_base/favicon_types.h b/components/favicon_base/favicon_types.h |
index 469d0fa10b9890fee0cb5a83dc0aa2d71e8999a7..96d49942e70ab47ebda71fa05d63a6d9fc3d0e41 100644 |
--- a/components/favicon_base/favicon_types.h |
+++ b/components/favicon_base/favicon_types.h |
@@ -26,7 +26,8 @@ enum IconType { |
INVALID_ICON = 0x0, |
FAVICON = 1 << 0, |
TOUCH_ICON = 1 << 1, |
- TOUCH_PRECOMPOSED_ICON = 1 << 2 |
+ TOUCH_PRECOMPOSED_ICON = 1 << 2, |
+ LARGE_ICON = 1 << 3 |
}; |
// Defines a gfx::Image of size desired_size_in_dip composed of image |