Lines Matching refs:extension
7 #include "chrome/common/extensions/extension.h"
25 void ExtensionInfoMap::AddExtension(const Extension* extension) {
27 extension_info_[extension->id()] = extension;
28 Map::iterator iter = disabled_extension_info_.find(extension->id());
42 // If the extension was uninstalled, make sure it's removed from the map of
48 // disabled extension (e.g., via sync). See
118 // If the url is an extension scheme, we just look it up by extension id.