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

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: Darn it, keep forgetting CrOS has a separate offline template! 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
« no previous file with comments | « chrome/renderer/resources/offline.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 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,
};
« no previous file with comments | « chrome/renderer/resources/offline.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