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

Unified Diff: chrome/browser/prerender/prerender_local_predictor.h

Issue 498223002: Add additional histogram events for prefetches to the prerender local (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 4 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/browser/prerender/prerender_local_predictor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_local_predictor.h
diff --git a/chrome/browser/prerender/prerender_local_predictor.h b/chrome/browser/prerender/prerender_local_predictor.h
index e5a22c0af5f2df0d2a158d9aa6c8cff23cfde34c..159cd1921e4b9a8da79625cb5a50f4b418286eac 100644
--- a/chrome/browser/prerender/prerender_local_predictor.h
+++ b/chrome/browser/prerender/prerender_local_predictor.h
@@ -142,6 +142,9 @@ class PrerenderLocalPredictor : public history::VisitDatabaseObserver,
EVENT_PREFETCH_LIST_ADDED = 90,
EVENT_PREFETCH_LIST_SEEN_TABCONTENTS = 91,
EVENT_PREFETCH_LIST_SEEN_HISTORY = 92,
+ EVENT_ISSUE_PRERENDER_CALLED = 93,
+ EVENT_ISSUE_PRERENDER_PREFETCH_ENABLED = 94,
+ EVENT_ISSUE_PRERENDER_PREFETCH_ISSUED = 95,
EVENT_MAX_VALUE
};
« no previous file with comments | « no previous file | chrome/browser/prerender/prerender_local_predictor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698