| Index: chrome/browser/chrome_plugin_message_filter.h
|
| ===================================================================
|
| --- chrome/browser/chrome_plugin_message_filter.h (revision 99983)
|
| +++ chrome/browser/chrome_plugin_message_filter.h (working copy)
|
| @@ -27,7 +27,7 @@
|
| private:
|
| virtual ~ChromePluginMessageFilter();
|
|
|
| -#if defined(OS_WIN)
|
| +#if defined(OS_WIN) && !defined(USE_AURA)
|
| void OnDownloadUrl(const std::string& url,
|
| gfx::NativeWindow caller_window);
|
| // Helper function to issue the download request on the file thread.
|
|
|