Index: ash/launcher/launcher_types.h |
=================================================================== |
--- ash/launcher/launcher_types.h (revision 126259) |
+++ ash/launcher/launcher_types.h (working copy) |
@@ -43,6 +43,7 @@ |
struct ASH_EXPORT LauncherItem { |
LauncherItem(); |
+ explicit LauncherItem(LauncherItemType type); |
~LauncherItem(); |
LauncherItemType type; |
@@ -50,9 +51,6 @@ |
// Number of tabs. Only used if this is TYPE_TABBED. |
int num_tabs; |
- // Whether it is incognito. Only used if this is TYPE_TABBED. |
- bool is_incognito; |
- |
// Image to display in the launcher. If this item is TYPE_TABBED the image is |
// a favicon image. |
SkBitmap image; |