| Index: content/browser/download/download_stats.h
|
| diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h
|
| index 8e0653de530de6dcb32357b9b89b40f1b45600f9..f7e7e196c312f107b9a717f083177ee3312b9163 100644
|
| --- a/content/browser/download/download_stats.h
|
| +++ b/content/browser/download/download_stats.h
|
| @@ -188,6 +188,9 @@ enum class ParallelDownloadCreationEvent {
|
| // The remaining time does not meet the requirement.
|
| FALLBACK_REASON_REMAINING_TIME,
|
|
|
| + // The http method or url scheme does not meet the requirement.
|
| + FALLBACK_REASON_HTTP_METHOD,
|
| +
|
| // Last entry of the enum.
|
| COUNT,
|
| };
|
|
|