Index: chrome/browser/extensions/extension_uninstall_dialog.cc |
diff --git a/chrome/browser/extensions/extension_uninstall_dialog.cc b/chrome/browser/extensions/extension_uninstall_dialog.cc |
index af04b5159d9069aa81d957f5d80a88ccee7771ee..55171acb223bc0f6829a8796761d1625cae7a6b2 100644 |
--- a/chrome/browser/extensions/extension_uninstall_dialog.cc |
+++ b/chrome/browser/extensions/extension_uninstall_dialog.cc |
@@ -78,7 +78,7 @@ void ExtensionUninstallDialog::ConfirmUninstall( |
DCHECK(ui_loop_ == MessageLoop::current()); |
extension_ = extension; |
-#if defined(ENABLE_MANAGED_USERS) |
+#if defined(ENABLE_MANAGED_USERS) && !defined(OS_CHROMEOS) |
// If the profile belongs to a managed user, and the profile is not in |
// elevated state, a passphrase dialog is shown, and if the custodian |
// authorizes by entering his passphrase, the uninstall is continued by |