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

Unified Diff: chrome/common/extensions/permissions/permission_set.cc

Issue 15091002: Lazily load API schemas from resource files and convert all APIs to features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 7 years, 7 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/permissions/permission_set.cc
diff --git a/chrome/common/extensions/permissions/permission_set.cc b/chrome/common/extensions/permissions/permission_set.cc
index a592c37c755775baf29ca71d31586088c01e9d87..89d8108988a899f61c14cb7ef6efd83aeb244fe8 100644
--- a/chrome/common/extensions/permissions/permission_set.cc
+++ b/chrome/common/extensions/permissions/permission_set.cc
@@ -38,19 +38,12 @@ bool RcdBetterThan(const std::string& a, const std::string& b) {
// Names of API modules that can be used without listing it in the
// permissions section of the manifest.
const char* kNonPermissionModuleNames[] = {
- "browserAction",
- "commands",
"devtools",
"events",
"extension",
"i18n",
- "omnibox",
- "pageAction",
- "pageActions",
- "pageLauncher",
"permissions",
"runtime",
- "scriptBadge",
"tabs",
"test",
"types",

Powered by Google App Engine
This is Rietveld 408576698