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

Unified Diff: chrome/common/extensions/extension.h

Issue 3250002: Add an accordian effect to NTP. (Closed)
Patch Set: Fix menu positioning when there is a scrollbar. Created 10 years, 4 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/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();

Powered by Google App Engine
This is Rietveld 408576698