Chromium Code Reviews| Index: content/browser/download/download_interrupt_reasons_impl.cc |
| diff --git a/content/browser/download/download_interrupt_reasons_impl.cc b/content/browser/download/download_interrupt_reasons_impl.cc |
| index 2ed8f147ee05767c640fa8b1faa3be96041eb006..d9792d161f8b939b980014bcf81cff2c0e7a278c 100644 |
| --- a/content/browser/download/download_interrupt_reasons_impl.cc |
| +++ b/content/browser/download/download_interrupt_reasons_impl.cc |
| @@ -84,6 +84,7 @@ DownloadInterruptReason ConvertNetErrorToInterruptReason( |
| return DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT; |
| // The network connection has been lost. |
| + case net::ERR_NETWORK_CHANGED: |
|
svaldez
2016/01/13 17:29:18
Might want to split this out to a separate CL if t
asanka
2016/01/28 02:24:17
Makes sense. Done.
|
| case net::ERR_INTERNET_DISCONNECTED: |
| return DOWNLOAD_INTERRUPT_REASON_NETWORK_DISCONNECTED; |