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

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

Issue 23600025: Revert 222235 ""Redirecting URLs to Packaged Apps" implementatio..." (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 222256)
+++ trunk/src/chrome/common/extensions/chrome_manifest_handlers.cc (working copy)
@@ -23,7 +23,6 @@
#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"
@@ -92,7 +91,6 @@
(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