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

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

Issue 23597024: Revert 222257 "Revert 222235 ""Redirecting URLs to Packaged Apps..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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: trunk/src/chrome/common/extensions/chrome_manifest_handlers.cc
===================================================================
--- trunk/src/chrome/common/extensions/chrome_manifest_handlers.cc (revision 222257)
+++ trunk/src/chrome/common/extensions/chrome_manifest_handlers.cc (working copy)
@@ -23,6 +23,7 @@
#include "chrome/common/extensions/api/speech/tts_engine_manifest_handler.h"
#include "chrome/common/extensions/api/spellcheck/spellcheck_handler.h"
#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/background_info.h"
#include "chrome/common/extensions/csp_handler.h"
#include "chrome/common/extensions/incognito_handler.h"
@@ -91,6 +92,7 @@
(new ThemeHandler)->Register();
(new TtsEngineManifestHandler)->Register();
(new UpdateURLHandler)->Register();
+ (new UrlHandlersParser)->Register();
(new URLOverridesHandler)->Register();
(new WebAccessibleResourcesHandler)->Register();
ManifestHandler::FinalizeRegistration();

Powered by Google App Engine
This is Rietveld 408576698