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 a349802f46c907ef7d78f56134a34b3a1dc18dcf..88950141f68df566c2d2100788a1697cd3d82320 100644 |
--- a/components/error_page/common/localized_error.cc |
+++ b/components/error_page/common/localized_error.cc |
@@ -837,6 +837,9 @@ void LocalizedError::GetStrings(int error_code, |
suggestions->Append(suggest_network_prediction); |
} |
+ // TODO(crbug.com/584615): Does it make sense to show all of these |
+ // suggestions on mobile? Several of them seem irrelevant in the mobile |
+ // context. |
if (options.suggestions & SUGGEST_FIREWALL_CONFIG) { |
base::DictionaryValue* suggest_firewall_config = new base::DictionaryValue; |
suggest_firewall_config->SetString("header", |