| Index: chrome/browser/extensions/chrome_manifest_parser.cc
|
| diff --git a/chrome/browser/extensions/chrome_manifest_parser.cc b/chrome/browser/extensions/chrome_manifest_parser.cc
|
| index 94ddd813385742c2c7fdd023562c208102e4ab3d..233c25a5549c0ce1f535294cd6e63771dcce6725 100644
|
| --- a/chrome/browser/extensions/chrome_manifest_parser.cc
|
| +++ b/chrome/browser/extensions/chrome_manifest_parser.cc
|
| @@ -9,6 +9,7 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/extensions/manifest_handlers/app_isolation_info.h"
|
| +#include "chrome/common/extensions/manifest_handlers/icons_handler.h"
|
| #include "chrome/common/extensions/manifest_handlers/kiosk_enabled_info.h"
|
| #include "chrome/common/extensions/manifest_handlers/offline_enabled_info.h"
|
| #include "chrome/common/extensions/manifest_handlers/requirements_handler.h"
|
| @@ -24,6 +25,7 @@ ChromeManifestParser::ChromeManifestParser(Profile* profile)
|
| (new DevToolsPageHandler)->Register();
|
| (new KioskEnabledHandler)->Register();
|
| (new HomepageURLHandler)->Register();
|
| + (new IconsHandler)->Register();
|
| (new OfflineEnabledHandler)->Register();
|
| (new OptionsPageHandler)->Register();
|
| (new RequirementsHandler)->Register();
|
|
|