Index: chrome/common/extensions/extension.h |
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
index e9a25cc4bc5416bb26b89f3b4cb84e0d8d6abdee..f8c977d9716d7070b6b79347234bd666590caeac 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(); |