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

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

Issue 1051433002: Improvements to the offline intersitial and easter egg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove actions.xml and unused includes Created 5 years, 9 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
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 cb0905be1475a185548e6d6f9832d7f49217cd31..071bbd640107d683c76c1314f5aca20e104d8c88 100644
--- a/components/error_page/common/net_error_info.h
+++ b/components/error_page/common/net_error_info.h
@@ -31,6 +31,8 @@ enum NetworkErrorPageEvent {
NETWORK_ERROR_PAGE_BOTH_BUTTONS_RELOAD_CLICKED,
NETWORK_ERROR_PAGE_BOTH_BUTTONS_SHOWN_SAVED_COPY_CLICKED,
+ NETWORK_ERROR_EASTER_EGG_ACTIVATED, // Easter egg activated.
+
NETWORK_ERROR_PAGE_EVENT_MAX,
};

Powered by Google App Engine
This is Rietveld 408576698