| Index: chrome/common/extensions/api/extension_action/script_badge_handler.cc
|
| diff --git a/chrome/common/extensions/api/extension_action/script_badge_handler.cc b/chrome/common/extensions/api/extension_action/script_badge_handler.cc
|
| index c01e0720fa8233b1c27d12c5948a99108ed48618..fd472d3e1a24abbe8f66a0489685eecfd81e91e6 100644
|
| --- a/chrome/common/extensions/api/extension_action/script_badge_handler.cc
|
| +++ b/chrome/common/extensions/api/extension_action/script_badge_handler.cc
|
| @@ -80,7 +80,7 @@ bool ScriptBadgeHandler::Parse(Extension* extension, string16* error) {
|
| return true;
|
| }
|
|
|
| -bool ScriptBadgeHandler::AlwaysParseForType(Manifest::Type type) {
|
| +bool ScriptBadgeHandler::AlwaysParseForType(Manifest::Type type) const {
|
| return type == Manifest::TYPE_EXTENSION;
|
| }
|
|
|
|
|