| Index: content/public/test/download_test_observer.cc
|
| diff --git a/content/public/test/download_test_observer.cc b/content/public/test/download_test_observer.cc
|
| index e3ba7c5062eae20ffa7a12d2894f643060b2101f..adce290c4cd295ba10cb66f24cedb0f99851eded 100644
|
| --- a/content/public/test/download_test_observer.cc
|
| +++ b/content/public/test/download_test_observer.cc
|
| @@ -172,6 +172,10 @@ void DownloadTestObserver::OnDownloadUpdated(DownloadItem* download) {
|
| case ON_DANGEROUS_DOWNLOAD_IGNORE:
|
| break;
|
|
|
| + case ON_DANGEROUS_DOWNLOAD_QUIT:
|
| + DownloadInFinalState(download);
|
| + break;
|
| +
|
| default:
|
| NOTREACHED();
|
| }
|
|
|