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

Unified Diff: components/error_page/common/net_error_info.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/renderer/resources/neterror.js ('k') | components/error_page/renderer/net_error_helper_core.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/error_page/common/net_error_info.h
diff --git a/components/error_page/common/net_error_info.h b/components/error_page/common/net_error_info.h
index 35433ffaaaf0db3f5280ef9a52b87cf7359831aa..bbb99ebcf884b7c26d7c8aa122b9ad01ab38b027 100644
--- a/components/error_page/common/net_error_info.h
+++ b/components/error_page/common/net_error_info.h
@@ -17,9 +17,10 @@ enum NetworkErrorPageEvent {
NETWORK_ERROR_PAGE_RELOAD_BUTTON_ERROR, // Reload button clicked
// -> error.
- NETWORK_ERROR_PAGE_LOAD_STALE_BUTTON_SHOWN, // Load stale buttons shown.
- NETWORK_ERROR_PAGE_LOAD_STALE_BUTTON_CLICKED, // Load stale button clicked.
- NETWORK_ERROR_PAGE_LOAD_STALE_BUTTON_ERROR, // Load stale buttons -> error.
+ // Same for the "Show saved copy" button.
+ NETWORK_ERROR_PAGE_SHOW_SAVED_COPY_BUTTON_SHOWN,
+ NETWORK_ERROR_PAGE_SHOW_SAVED_COPY_BUTTON_CLICKED,
+ NETWORK_ERROR_PAGE_SHOW_SAVED_COPY_BUTTON_ERROR,
NETWORK_ERROR_PAGE_MORE_BUTTON_CLICKED, // More button clicked.
« no previous file with comments | « chrome/renderer/resources/neterror.js ('k') | components/error_page/renderer/net_error_helper_core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698