Index: chrome/browser/plugin_installer_infobar_delegate.cc |
=================================================================== |
--- chrome/browser/plugin_installer_infobar_delegate.cc (revision 99456) |
+++ chrome/browser/plugin_installer_infobar_delegate.cc (working copy) |
@@ -51,7 +51,7 @@ |
bool PluginInstallerInfoBarDelegate::Accept() { |
// TODO(PORT) for other platforms. |
-#ifdef OS_WIN |
+#if defined(OS_WIN) && !defined(USE_AURA) |
::PostMessage(window_, |
webkit::npapi::default_plugin::kInstallMissingPluginMessage, |
0, |