Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3517)

Unified Diff: chrome/browser/extensions/tab_helper.h

Issue 12093036: Move Extension Location and Type enums to Manifest, and move InstallWarning to its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698