Index: chrome/browser/tab_contents/tab_contents.h |
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h |
index 54a8f393296455e6e63839cf39868109aa585750..ac114bc999028c78b32b5025073b8dce61e638b3 100644 |
--- a/chrome/browser/tab_contents/tab_contents.h |
+++ b/chrome/browser/tab_contents/tab_contents.h |
@@ -210,9 +210,7 @@ class TabContents : public PageNavigator, |
bool is_app() const { return extension_app_ != NULL; } |
// If an app extension has been explicitly set for this TabContents its icon |
- // is returned. If an app extension has not been set but there is an |
- // extension whose extent contains the url of the current page it's icon |
- // is returned. Otherwise an empty icon is returned. |
+ // is returned. |
// |
// NOTE: the returned icon is larger than 16x16 (it's size is |
// Extension::EXTENSION_ICON_SMALLISH). |