summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension.h')
-rw-r--r--chrome/common/extensions/extension.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index e9a25cc..f8c977d9 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -332,9 +332,8 @@ class Extension {
// NOTE: |resource| is not guaranteed to be non-empty.
Icons GetIconResourceAllowLargerSize(ExtensionResource* resource, Icons icon);
- // See GetIconPathAllowLargerSize. Returns a chrome-extension:// URL
- // instead of an ExtensionResource.
- GURL GetIconUrlAllowLargerSize(Icons icon);
+ GURL GetIconURL(Icons icon);
+ GURL GetIconURLAllowLargerSize(Icons icon);
const DictionaryValue* manifest_value() const {
return manifest_value_.get();