Chromium Code Reviews| 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, |
| }; |