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

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

Issue 134643011: Move webview and web_accessible_resources manifest handlers to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 f8037d7a5839abac8d1e25e6da71342c1ddf3ba1..2a1f1e0188fcd40eb744d9f366200e0d9312faa6 100644
--- a/chrome/common/extensions/chrome_manifest_handlers.cc
+++ b/chrome/common/extensions/chrome_manifest_handlers.cc
@@ -36,8 +36,6 @@
#include "chrome/common/extensions/manifest_handlers/theme_handler.h"
#include "chrome/common/extensions/manifest_url_handler.h"
#include "chrome/common/extensions/mime_types_handler.h"
-#include "chrome/common/extensions/web_accessible_resources_handler.h"
-#include "chrome/common/extensions/webview_handler.h"
#include "extensions/common/manifest_handlers/requirements_info.h"
namespace extensions {
@@ -82,8 +80,6 @@ void RegisterChromeManifestHandlers() {
(new UpdateURLHandler)->Register();
(new UrlHandlersParser)->Register();
(new URLOverridesHandler)->Register();
- (new WebAccessibleResourcesHandler)->Register();
- (new WebviewHandler)->Register();
#endif
}

Powered by Google App Engine
This is Rietveld 408576698