diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-06 22:55:28 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-06 22:55:28 +0000 |
commit | e5b307fe287acee54d60852addea15441243a4c7 (patch) | |
tree | c35a43d270d83f098645de8a73ee9b417efc813c /content/plugin/webplugin_proxy.cc | |
parent | ef402c3ba1147c39ab8b1f803b7bf8ebf1bbdefe (diff) | |
download | chromium_src-e5b307fe287acee54d60852addea15441243a4c7.zip chromium_src-e5b307fe287acee54d60852addea15441243a4c7.tar.gz chromium_src-e5b307fe287acee54d60852addea15441243a4c7.tar.bz2 |
Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=none
Review URL: http://codereview.chromium.org/8174005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/plugin/webplugin_proxy.cc')
-rw-r--r-- | content/plugin/webplugin_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/webplugin_proxy.cc b/content/plugin/webplugin_proxy.cc index 4b167e1..4b717a0 100644 --- a/content/plugin/webplugin_proxy.cc +++ b/content/plugin/webplugin_proxy.cc @@ -748,7 +748,7 @@ void WebPluginProxy::URLRedirectResponse(bool allow, int resource_id) { Send(new PluginHostMsg_URLRedirectResponse(route_id_, allow, resource_id)); } -#if defined(OS_WIN) +#if defined(OS_WIN) && !defined(USE_AURA) void WebPluginProxy::UpdateIMEStatus() { // Retrieve the IME status from a plug-in and send it to a renderer process // when the plug-in has updated it. |