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

Unified Diff: extensions/common/manifest_handlers/permissions_parser.cc

Issue 1099553002: extensions: windows: list all windows from the current profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add application windows resize constraint test Created 5 years, 6 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: extensions/common/manifest_handlers/permissions_parser.cc
diff --git a/extensions/common/manifest_handlers/permissions_parser.cc b/extensions/common/manifest_handlers/permissions_parser.cc
index f8ef11c41fac02b81c7b10afb1c46d8d6378b30f..619d23ce1267c88d6a9172f580f6da931287994b 100644
--- a/extensions/common/manifest_handlers/permissions_parser.cc
+++ b/extensions/common/manifest_handlers/permissions_parser.cc
@@ -112,6 +112,7 @@ bool ParseHelper(Extension* extension,
std::vector<APIPermission::ID> to_remove;
const FeatureProvider* permission_features =
FeatureProvider::GetPermissionFeatures();
+
for (APIPermissionSet::const_iterator iter = api_permissions->begin();
iter != api_permissions->end();
++iter) {

Powered by Google App Engine
This is Rietveld 408576698