| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index eac617f0aeb94a7603366b51fbc014fb69b8914d..14258c9f7f0a9cda95e1b793ed4ab0cdddb998ff 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).
|
|
|