Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5152)

Unified Diff: chrome/common/extensions/chrome_manifest_handlers.cc

Issue 782693002: Ensure there are always nice icons for bookmark apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac compile Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/chrome_manifest_handlers.cc
diff --git a/chrome/common/extensions/chrome_manifest_handlers.cc b/chrome/common/extensions/chrome_manifest_handlers.cc
index 9194d7d60002496cf33151f5bfdd3335cd0670c9..cbde83c64bb7231011bb34605dd5f7fb7e253571 100644
--- a/chrome/common/extensions/chrome_manifest_handlers.cc
+++ b/chrome/common/extensions/chrome_manifest_handlers.cc
@@ -18,6 +18,7 @@
#include "chrome/common/extensions/api/system_indicator/system_indicator_handler.h"
#include "chrome/common/extensions/api/url_handlers/url_handlers_parser.h"
#include "chrome/common/extensions/chrome_manifest_url_handlers.h"
+#include "chrome/common/extensions/manifest_handlers/app_icon_color_info.h"
#include "chrome/common/extensions/manifest_handlers/app_isolation_info.h"
#include "chrome/common/extensions/manifest_handlers/app_launch_info.h"
#include "chrome/common/extensions/manifest_handlers/automation.h"
@@ -37,6 +38,7 @@ namespace extensions {
void RegisterChromeManifestHandlers() {
DCHECK(!ManifestHandler::IsRegistrationFinalized());
(new AboutPageHandler)->Register();
+ (new AppIconColorHandler)->Register();
(new AppIsolationHandler)->Register();
(new AppLaunchManifestHandler)->Register();
(new AutomationHandler)->Register();
« no previous file with comments | « chrome/common/extensions/api/_manifest_features.json ('k') | chrome/common/extensions/manifest_handlers/app_icon_color_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698