Index: chrome/browser/extensions/tab_helper.h |
diff --git a/chrome/browser/extensions/tab_helper.h b/chrome/browser/extensions/tab_helper.h |
index 539871f42431d6f5a703127e24443bde6d7f4734..b4cde598866a3060e8133340f4ccd5156657cee9 100644 |
--- a/chrome/browser/extensions/tab_helper.h |
+++ b/chrome/browser/extensions/tab_helper.h |
@@ -129,7 +129,7 @@ class TabHelper : public content::WebContentsObserver, |
// is returned. |
// |
// NOTE: the returned icon is larger than 16x16 (its size is |
- // Extension::EXTENSION_ICON_SMALLISH). |
+ // Manifest::EXTENSION_ICON_SMALLISH). |
Jeffrey Yasskin
2013/01/29 22:54:07
This enum is still in Extension.
Yoyo Zhou
2013/01/30 01:16:01
Actually it's not there either.
|
SkBitmap* GetExtensionAppIcon(); |
content::WebContents* web_contents() const { |