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

Unified Diff: components/error_page/common/net_error_info.h

Issue 1214303003: Add UMA histograms for Google cached copy experiment on network error interstitial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 071bbd640107d683c76c1314f5aca20e104d8c88..bc1b28821065aa948b824977371cfd143de153d7 100644
--- a/components/error_page/common/net_error_info.h
+++ b/components/error_page/common/net_error_info.h
@@ -33,6 +33,12 @@ enum NetworkErrorPageEvent {
NETWORK_ERROR_EASTER_EGG_ACTIVATED, // Easter egg activated.
+ // For "Google cached copy" button.
+ NETWORK_ERROR_PAGE_CACHED_COPY_BUTTON_SHOWN,
+ NETWORK_ERROR_PAGE_CACHED_COPY_BUTTON_CLICKED,
+ NETWORK_ERROR_PAGE_CACHED_PAGE_BUTTON_SHOWN,
+ NETWORK_ERROR_PAGE_CACHED_PAGE_BUTTON_CLICKED,
mmenke 2015/07/20 18:14:27 Is the only difference here the label? I don't th
mmenke 2015/07/20 18:14:27 These are presumably going to be removed at some p
edwardjung 2015/07/21 11:43:37 Makes sense. Added comments.
edwardjung 2015/07/21 11:43:37 Yes these would be removed once the experiment wou
+
NETWORK_ERROR_PAGE_EVENT_MAX,
};
« 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