Index: chrome/common/extensions/api/commands/commands_handler.cc |
diff --git a/chrome/common/extensions/api/commands/commands_handler.cc b/chrome/common/extensions/api/commands/commands_handler.cc |
index 09cb4f62cd1427b8ba84ecf197529061b124bb69..a4012b8459acd01957ff030e1111ef29e6874ec6 100644 |
--- a/chrome/common/extensions/api/commands/commands_handler.cc |
+++ b/chrome/common/extensions/api/commands/commands_handler.cc |
@@ -124,7 +124,7 @@ bool CommandsHandler::Parse(Extension* extension, string16* error) { |
return true; |
} |
-bool CommandsHandler::AlwaysParseForType(Manifest::Type type) { |
+bool CommandsHandler::AlwaysParseForType(Manifest::Type type) const { |
return type == Manifest::TYPE_EXTENSION || |
type == Manifest::TYPE_LEGACY_PACKAGED_APP || |
type == Manifest::TYPE_PLATFORM_APP; |