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

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: 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
« no previous file with comments | « no previous file | 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..033ca4c15608272a8788d1fa2418963242b95a2b 100644
--- a/chrome/renderer/net/net_error_helper.h
+++ b/chrome/renderer/net/net_error_helper.h
@@ -83,6 +83,8 @@ 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();
Alexei Svitkine (slow) 2015/04/01 14:03:06 Nit: Add an empty line after this.
edwardjung 2015/04/02 16:26:34 Done.
private:
// NetErrorHelperCore::Delegate implementation:
void GenerateLocalizedErrorPage(
« no previous file with comments | « no previous file | chrome/renderer/net/net_error_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698