Lines Matching refs:Permission
1014 // TODO(erikkay) add a string for this permission.
1017 // The cookie permission does nothing unless you have associated host
1021 // The proxy permission is warned as part of host permission checks.
1024 // This permission requires explicit user action (context menu handler)
1041 Extension::Permission permission = Extension::kPermissions[i];
1042 if (skip.count(permission.name)) {
1043 EXPECT_EQ(ID_NONE, permission.message_id)
1044 << "unexpected message_id for " << permission.name;
1046 EXPECT_NE(ID_NONE, permission.message_id)
1047 << "missing message_id for " << permission.name;
1137 // Tests that the old permission name "unlimited_storage" still works for
1156 // Initialize the extension and make sure the permission for unlimited storage
1176 // Test default module/package permission.
1205 << "Permission being tested: " << kTests[i].permission_name;
1237 // <all_urls> permission
1246 // file:///* permission
1255 // http://* permission
1314 dictionary.SetString(keys::kName, "permission test");
1367 // We should allow host permission but not scripting permission for favicon