Index: chrome/browser/tab_contents/tab_contents.cc |
=================================================================== |
--- chrome/browser/tab_contents/tab_contents.cc (revision 55729) |
+++ chrome/browser/tab_contents/tab_contents.cc (working copy) |
@@ -24,7 +24,6 @@ |
#include "chrome/browser/blocked_plugin_manager.h" |
#include "chrome/browser/blocked_popup_container.h" |
#include "chrome/browser/bookmarks/bookmark_model.h" |
-#include "chrome/browser/browser.h" |
#include "chrome/browser/browser_process.h" |
#include "chrome/browser/browser_shutdown.h" |
#include "chrome/browser/cert_store.h" |
@@ -611,13 +610,6 @@ |
} |
SkBitmap* TabContents::GetExtensionAppIcon() { |
- // We don't show the big icons in tabs for TYPE_EXTENSION_APP windows because |
- // for those windows, we already have a big icon in the top-left outside any |
- // tab. Having big tab icons too looks kinda redonk. |
- Browser* browser = delegate_ ? delegate_->GetBrowser() : NULL; |
- if (browser && browser->type() == Browser::TYPE_EXTENSION_APP) |
- return NULL; |
- |
if (extension_app_icon_.empty()) |
return NULL; |