Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dcrx_installer.h148 bool AllowInstall(const Extension* extension, std::string* error);
Dcrx_installer.cc208 bool CrxInstaller::AllowInstall(const Extension* extension, in AllowInstall() function in CrxInstaller
310 if (!AllowInstall(extension, &error)) { in OnUnpackSuccess()