Searched defs:CrxInstallerError (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer_error.h13 class CrxInstallerError { class in namespace:extensions
22 CrxInstallerError() : type_(ERROR_NONE) { function in class:extensions::CrxInstallerError
25 explicit CrxInstallerError(const base::string16& message) function in class:extensions::CrxInstallerError
30 CrxInstallerError(Type type, const base::string16& message) function in class:extensions::CrxInstallerError

Completed in 197 milliseconds