| Index: chrome/common/extensions/api/icons/icons_handler.cc
|
| diff --git a/chrome/common/extensions/api/icons/icons_handler.cc b/chrome/common/extensions/api/icons/icons_handler.cc
|
| index fd8eae0c438725d5d5d180dd94d8a68642d798ac..5076b4d8a6ff90bb315d7e7d952c872a66cf6256 100644
|
| --- a/chrome/common/extensions/api/icons/icons_handler.cc
|
| +++ b/chrome/common/extensions/api/icons/icons_handler.cc
|
| @@ -144,4 +144,8 @@ bool IconsHandler::Parse(Extension* extension, string16* error) {
|
| return true;
|
| }
|
|
|
| +const std::vector<std::string> IconsHandler::Keys() const {
|
| + return SingleKey(keys::kIcons);
|
| +}
|
| +
|
| } // namespace extensions
|
|
|