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

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

Issue 23847004: "Redirecting URLs to Packaged Apps" implementation: revised (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 1881868a265f49b5f08cb4c4fa9d06eaf4d29102..61f1b3be3585b801df551c11a78b0f70d4260e3a 100644
--- a/chrome/common/extensions/chrome_manifest_handlers.cc
+++ b/chrome/common/extensions/chrome_manifest_handlers.cc
@@ -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"
@@ -63,6 +64,7 @@ void RegisterChromeManifestHandlers() {
(new ExternallyConnectableHandler)->Register();
(new FileBrowserHandlerParser)->Register();
(new FileHandlersParser)->Register();
+ (new UrlHandlersParser)->Register();
benwells 2013/09/03 01:10:56 Nit: keep this list aphabetically sorted. Also nit
sergeygs 2013/09/03 06:15:24 Ah, an automated renaming artifact. Done. Regardin
(new HomepageURLHandler)->Register();
(new IconsHandler)->Register();
(new IncognitoHandler)->Register();

Powered by Google App Engine
This is Rietveld 408576698