Chromium Code Reviews

Unified Diff: chrome/common/localized_error.h

Issue 207553008: Surface button for loading stale cache copy on net error page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make new functionality work transparently on IOS, which doesn't have gin bindings. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/common/localized_error.h
diff --git a/chrome/common/localized_error.h b/chrome/common/localized_error.h
index 23f955bee3f7dddc6095d31846d909a01459c66e..fe40b93d4bf0e86a6f81f0911f5a819739b673fd 100644
--- a/chrome/common/localized_error.h
+++ b/chrome/common/localized_error.h
@@ -53,7 +53,7 @@ class LocalizedError {
const std::string& error_domain,
const GURL& failed_url,
bool is_post,
- bool stale_copy_in_cache,
+ bool show_stale_load_button,
const std::string& locale,
const std::string& accept_languages,
scoped_ptr<ErrorPageParams> params,

Powered by Google App Engine