Index: chrome/browser/prerender/prerender_local_predictor.cc |
=================================================================== |
--- chrome/browser/prerender/prerender_local_predictor.cc (revision 221084) |
+++ chrome/browser/prerender/prerender_local_predictor.cc (working copy) |
@@ -514,6 +514,12 @@ |
} |
} |
+ if (num_occurrences_of_current_visit > 1) { |
+ RecordEvent(EVENT_ADD_VISIT_RELEVANT_TRANSITION_REPEAT_URL); |
+ } else { |
+ RecordEvent(EVENT_ADD_VISIT_RELEVANT_TRANSITION_NEW_URL); |
+ } |
+ |
for (std::map<URLID, int>::const_iterator it = next_urls_num_found.begin(); |
it != next_urls_num_found.end(); |
++it) { |