| Index: content/public/test/download_test_observer.h
 | 
| diff --git a/content/public/test/download_test_observer.h b/content/public/test/download_test_observer.h
 | 
| index e8e42d46537183f33e287a9543cda5c257a21746..6626ffe5ece6d5bac9e3c2e3342ef159e8f00a17 100644
 | 
| --- a/content/public/test/download_test_observer.h
 | 
| +++ b/content/public/test/download_test_observer.h
 | 
| @@ -66,8 +66,9 @@ class DownloadTestObserver : public DownloadManager::Observer,
 | 
|    // Action an observer should take if a dangerous download is encountered.
 | 
|    enum DangerousDownloadAction {
 | 
|      ON_DANGEROUS_DOWNLOAD_ACCEPT,  // Accept the download
 | 
| -    ON_DANGEROUS_DOWNLOAD_DENY,  // Deny the download
 | 
| -    ON_DANGEROUS_DOWNLOAD_FAIL  // Fail if a dangerous download is seen
 | 
| +    ON_DANGEROUS_DOWNLOAD_DENY,    // Deny the download
 | 
| +    ON_DANGEROUS_DOWNLOAD_FAIL,    // Fail if a dangerous download is seen
 | 
| +    ON_DANGEROUS_DOWNLOAD_IGNORE   // Make it the callers problem.
 | 
|    };
 | 
|  
 | 
|    // Create an object that will be considered finished when |wait_count|
 | 
| 
 |