Home
last modified time | relevance | path

Searched refs:component_extensions_auto_granted_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/extensions/common/features/
Dsimple_feature.cc258 component_extensions_auto_granted_(true) {} in SimpleFeature()
289 component_extensions_auto_granted_ = true; in Parse()
291 &component_extensions_auto_granted_); in Parse()
338 if (component_extensions_auto_granted_ && location == Manifest::COMPONENT) in IsAvailableToManifest()
Dsimple_feature.h145 bool component_extensions_auto_granted_; variable