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

Unified Diff: extensions/common/extension_api.cc

Issue 2265663002: [Extensions] *Really* generate all schema resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « extensions/common/api/schemas.gypi ('k') | extensions/extensions_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension_api.cc
diff --git a/extensions/common/extension_api.cc b/extensions/common/extension_api.cc
index 4b49a83f8e5f70492f0aee34901739c1b85f1ce7..50d4316b6944f9690e745a88585036de20b3c541 100644
--- a/extensions/common/extension_api.cc
+++ b/extensions/common/extension_api.cc
@@ -27,7 +27,6 @@
#include "extensions/common/features/simple_feature.h"
#include "extensions/common/permissions/permission_set.h"
#include "extensions/common/permissions/permissions_data.h"
-#include "extensions/grit/extensions_resources.h"
#include "ui/base/resource/resource_bundle.h"
#include "url/gurl.h"
@@ -246,12 +245,6 @@ void ExtensionAPI::InitDefaultConfiguration() {
RegisterDependencyProvider(names[i], FeatureProvider::GetByName(names[i]));
ExtensionsClient::Get()->RegisterAPISchemaResources(this);
-
- RegisterSchemaResource("declarativeWebRequest",
- IDR_EXTENSION_API_JSON_DECLARATIVE_WEBREQUEST);
- RegisterSchemaResource("webViewRequest",
- IDR_EXTENSION_API_JSON_WEB_VIEW_REQUEST);
-
default_configuration_initialized_ = true;
}
« no previous file with comments | « extensions/common/api/schemas.gypi ('k') | extensions/extensions_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698