| Index: content/browser/download/drag_download_file.cc
|
| diff --git a/content/browser/download/drag_download_file.cc b/content/browser/download/drag_download_file.cc
|
| index 77eb41af8e522fb76e490f502fc359cc47a4f062..3302d1d938f1382823fcb5345647664811b426ee 100644
|
| --- a/content/browser/download/drag_download_file.cc
|
| +++ b/content/browser/download/drag_download_file.cc
|
| @@ -34,6 +34,9 @@ DragDownloadFile::DragDownloadFile(
|
| drag_message_loop_(MessageLoop::current()),
|
| is_started_(false),
|
| is_successful_(false),
|
| +#if defined(OS_WIN)
|
| + is_running_nested_message_loop_(false),
|
| +#endif
|
| download_manager_(NULL),
|
| download_manager_observer_added_(false),
|
| download_item_(NULL) {
|
|
|