Searched refs:external_uninstall (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dextension_prefs.h203 bool external_uninstall);
H A Dextension_prefs.cc1250 bool external_uninstall) {
1254 // and install the extension anymore (except when |external_uninstall| is
1257 if (!external_uninstall && Manifest::IsExternalLocation(location)) {
1248 OnExtensionUninstalled(const std::string& extension_id, const Manifest::Location& location, bool external_uninstall) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service.cc691 // |external_uninstall| to true so this is the only way to uninstall
693 // Shared modules being uninstalled will also set |external_uninstall| to true
699 bool external_uninstall = local
706 if (!external_uninstall &&
769 extension->id(), extension->location(), external_uninstall);

Completed in 1395 milliseconds