Index: chrome/common/extensions/extension.h |
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
index 0ab8b4e9956e2c0be3c746895f1e81154ffbae97..aeafc3ecfaeab469eeae9a3a5d0cc079349235d0 100644 |
--- a/chrome/common/extensions/extension.h |
+++ b/chrome/common/extensions/extension.h |
@@ -309,10 +309,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
// Whether context menu should be shown for page and browser actions. |
bool ShowConfigureContextMenus() const; |
- // Returns a list of paths (relative to the extension dir) for images that |
- // the browser might load (like themes and page action icons). |
- std::set<base::FilePath> GetBrowserImages() const; |
- |
// Gets the fully resolved absolute launch URL. |
GURL GetFullLaunchURL() const; |