| Index: chrome/browser/plugin_installer_infobar_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/plugin_installer_infobar_delegate.cc (revision 110386)
|
| +++ chrome/browser/plugin_installer_infobar_delegate.cc (working copy)
|
| @@ -51,14 +51,11 @@
|
|
|
| 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;
|
| }
|
|
|