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

Unified Diff: chrome/renderer/net/net_error_helper.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/browser/resources/chromeos/offline_net_load.html ('k') | chrome/renderer/net/net_error_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/net/net_error_helper.h
diff --git a/chrome/renderer/net/net_error_helper.h b/chrome/renderer/net/net_error_helper.h
index 45389319a1d30e357ee661b8f6cb3fcce1f4ef36..7701ba0c514abdcbfdd887519229683475878d90 100644
--- a/chrome/renderer/net/net_error_helper.h
+++ b/chrome/renderer/net/net_error_helper.h
@@ -83,6 +83,9 @@ class NetErrorHelper
// Called when a link with the given tracking ID is pressed.
void TrackClick(int tracking_id);
+ // Tracks easter egg activations on the offline interstitial.
+ void TrackActivatedEasterEgg();
+
private:
// NetErrorHelperCore::Delegate implementation:
void GenerateLocalizedErrorPage(
« no previous file with comments | « chrome/browser/resources/chromeos/offline_net_load.html ('k') | chrome/renderer/net/net_error_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698