Index: chrome/browser/extensions/extension_tabs_module.cc |
diff --git a/chrome/browser/extensions/extension_tabs_module.cc b/chrome/browser/extensions/extension_tabs_module.cc |
index b74d714532da47b6c7d6d57bae691bc71240f469..107561a652b8d695c4f8284ba63526b359661c37 100644 |
--- a/chrome/browser/extensions/extension_tabs_module.cc |
+++ b/chrome/browser/extensions/extension_tabs_module.cc |
@@ -1090,7 +1090,7 @@ static bool GetTabById(int tab_id, Profile* profile, |
static std::string GetWindowTypeText(Browser::Type type) { |
// Note: for app popups, we report "app". |
- if ((type & Browser::TYPE_APP) != 0 || type == Browser::TYPE_EXTENSION_APP) |
+ if ((type & Browser::TYPE_APP) != 0) |
return keys::kWindowTypeValueApp; |
if ((type & Browser::TYPE_POPUP) != 0) |
return keys::kWindowTypeValuePopup; |