From f6d2a3ea08382ca51d1c303454b3a113bc41a367 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Thu, 17 Nov 2011 21:42:40 +0000 Subject: Don't build a bunch of stuff on Aura, rather than ifdefing out code in it. BUG=none TEST=none Review URL: http://codereview.chromium.org/8591004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110567 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/plugin_installer_infobar_delegate.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'chrome/browser/plugin_installer_infobar_delegate.cc') 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; } -- cgit v1.1