Home | History | Annotate | Download | only in common

Lines Matching refs:COMPONENT

306   // Don't show context menu for component extensions. We might want to show
307 // options for component extension button but now there is no component
309 // no sense for component extensions.
310 return location() != Manifest::COMPONENT;
352 // Don't show component extensions and invisible apps.
372 // Don't show component extensions because they are only extensions as an
374 if ((location() == Manifest::COMPONENT ||
450 // Only component platform apps are supported in incognito.
451 return !is_platform_app() || location() == Manifest::COMPONENT;