diff options
Diffstat (limited to 'chrome/browser/plugin_installer_infobar_delegate.cc')
-rw-r--r-- | chrome/browser/plugin_installer_infobar_delegate.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/plugin_installer_infobar_delegate.cc b/chrome/browser/plugin_installer_infobar_delegate.cc index a99070c..02b8f2d 100644 --- a/chrome/browser/plugin_installer_infobar_delegate.cc +++ b/chrome/browser/plugin_installer_infobar_delegate.cc @@ -50,14 +50,11 @@ string16 PluginInstallerInfoBarDelegate::GetButtonLabel( bool PluginInstallerInfoBarDelegate::Accept() { // TODO(PORT) for other platforms. -#if defined(OS_WIN) && !defined(USE_AURA) +#if defined(OS_WIN) ::PostMessage(window_, webkit::npapi::default_plugin::kInstallMissingPluginMessage, 0, 0); -#elif defined(USE_AURA) - // TODO(beng): - NOTIMPLEMENTED(); #endif return true; } |