Index: ash/launcher/launcher_types.cc |
diff --git a/ash/launcher/launcher_types.cc b/ash/launcher/launcher_types.cc |
index 009443008f5f47bc0a86ea5bd81a5e9a3111b797..cf9ab1e65146fccd8abbe6a9bc1bada6f083a1f0 100644 |
--- a/ash/launcher/launcher_types.cc |
+++ b/ash/launcher/launcher_types.cc |
@@ -9,12 +9,7 @@ namespace ash { |
LauncherItem::LauncherItem() |
: type(TYPE_TABBED), |
num_tabs(1), |
- id(0) { |
-} |
- |
-LauncherItem::LauncherItem(LauncherItemType type) |
- : type(type), |
- num_tabs(0), |
+ is_incognito(false), |
id(0) { |
} |