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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index eac617f..14258c9 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -237,7 +237,7 @@ class Extension {
DictionaryValue* GetThemeDisplayProperties() const {
return theme_display_properties_.get();
}
- bool IsTheme() { return is_theme_; }
+ bool IsTheme() const { return is_theme_; }
// Returns a list of paths (relative to the extension dir) for images that
// the browser might load (like themes and page action icons).