Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: chrome/renderer/net/net_error_helper.h

Issue 961443002: Three way experiment for "Show saved copy" button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histograms fix Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/localized_error.cc ('k') | chrome/renderer/net/net_error_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/net/net_error_helper.h
diff --git a/chrome/renderer/net/net_error_helper.h b/chrome/renderer/net/net_error_helper.h
index b7847a79e8fa65ac46d296afbdff41993334facb..45389319a1d30e357ee661b8f6cb3fcce1f4ef36 100644
--- a/chrome/renderer/net/net_error_helper.h
+++ b/chrome/renderer/net/net_error_helper.h
@@ -45,7 +45,7 @@ class NetErrorHelper
// Button press notification from error page.
void ReloadButtonPressed();
- void LoadStaleButtonPressed();
+ void ShowSavedCopyButtonPressed();
void MoreButtonPressed();
// RenderFrameObserver implementation.
@@ -90,7 +90,7 @@ class NetErrorHelper
bool is_failed_post,
scoped_ptr<error_page::ErrorPageParams> params,
bool* reload_button_shown,
- bool* load_stale_button_shown,
+ bool* show_saved_copy_button_shown,
std::string* html) const override;
void LoadErrorPageInMainFrame(const std::string& html,
const GURL& failed_url) override;
« no previous file with comments | « chrome/common/localized_error.cc ('k') | chrome/renderer/net/net_error_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698