| Index: components/error_page/common/localized_error.cc
|
| diff --git a/components/error_page/common/localized_error.cc b/components/error_page/common/localized_error.cc
|
| index a42082186d0f023fa413219724e7d346013ea32f..5192a110541d9c3930529501b2365991e3e18c29 100644
|
| --- a/components/error_page/common/localized_error.cc
|
| +++ b/components/error_page/common/localized_error.cc
|
| @@ -1037,8 +1037,9 @@ void LocalizedError::GetStrings(
|
| }
|
|
|
| #if defined(OS_ANDROID)
|
| - if (!reload_visible && !show_saved_copy_visible && !is_incognito &&
|
| - failed_url.is_valid() && failed_url.SchemeIsHTTPOrHTTPS() &&
|
| + if (!is_post && !reload_visible && !show_saved_copy_visible &&
|
| + !is_incognito && failed_url.is_valid() &&
|
| + failed_url.SchemeIsHTTPOrHTTPS() &&
|
| offline_pages::IsOfflinePagesAsyncDownloadEnabled()) {
|
| std::unique_ptr<base::DictionaryValue> download_button =
|
| base::MakeUnique<base::DictionaryValue>();
|
|
|