Home | History | Annotate | Download | only in extensions

Lines Matching refs:UNINSTALL

273       return;  // Yup, known extension, don't uninstall.
276 // This is an external extension that we don't have registered. Uninstall.
382 // --uninstall-extension. The LOG statements within this function are used to
383 // inform the user if the uninstall cannot be done.
400 // The following call to UninstallExtension will not allow an uninstall of a
404 LOG(WARNING) << "Cannot uninstall extension with id " << extension_id
656 // Policy change which triggers an uninstall will always set
657 // |external_uninstall| to true so this is the only way to uninstall
686 UnloadExtension(extension_id, UnloadedExtensionInfo::UNINSTALL);
1247 LOG(WARNING) << "Could not uninstall extension " << id
1400 // Uninstall of unclaimed extensions will happen after all the providers
1428 // Uninstall all the unclaimed extensions.