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

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

Issue 324393002: Extension Toolbar redesign, part 1 (overflow) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missing gypi change Created 6 years, 6 months 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 18c68a544c3f9a7960d1f4c714d86a0de1a43ff0..b08d004790fdfa14cc2b5495ffb54a74fa9ff86d 100644
--- a/chrome/common/extensions/chrome_manifest_handlers.cc
+++ b/chrome/common/extensions/chrome_manifest_handlers.cc
@@ -30,6 +30,7 @@
#include "chrome/common/extensions/manifest_handlers/minimum_chrome_version_checker.h"
#include "chrome/common/extensions/manifest_handlers/nacl_modules_handler.h"
#include "chrome/common/extensions/manifest_handlers/settings_overrides_handler.h"
+#include "chrome/common/extensions/manifest_handlers/synthesize_browser_action_handler.h"
#include "chrome/common/extensions/manifest_handlers/theme_handler.h"
#include "chrome/common/extensions/manifest_handlers/ui_overrides_handler.h"
#include "chrome/common/extensions/manifest_url_handler.h"
@@ -72,6 +73,7 @@ void RegisterChromeManifestHandlers() {
(new SpellcheckHandler)->Register();
(new StorageSchemaManifestHandler)->Register();
(new SupervisedUserHandler)->Register();
+ (new SynthesizeBrowserActionHandler)->Register();
(new SystemIndicatorHandler)->Register();
(new ThemeHandler)->Register();
(new TtsEngineManifestHandler)->Register();
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/manifest_handlers/synthesize_browser_action_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698