diff options
Diffstat (limited to 'chrome/browser/prerender/prerender_local_predictor.h')
-rw-r--r-- | chrome/browser/prerender/prerender_local_predictor.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/prerender/prerender_local_predictor.h b/chrome/browser/prerender/prerender_local_predictor.h index 0469a94..3c4af17 100644 --- a/chrome/browser/prerender/prerender_local_predictor.h +++ b/chrome/browser/prerender/prerender_local_predictor.h @@ -40,6 +40,12 @@ class PrerenderLocalPredictor : history::VisitDatabaseObserver { EVENT_GOT_PRERENDER_URL = 11, EVENT_ERROR_NO_PRERENDER_URL_FOR_PLT = 12, EVENT_ADD_VISIT_PRERENDERING_EXTENDED = 13, + EVENT_PRERENDER_URL_LOOKUP_RESULT = 14, + EVENT_PRERENDER_URL_LOOKUP_RESULT_ROOT_PAGE = 15, + EVENT_PRERENDER_URL_LOOKUP_RESULT_IS_HTTP = 16, + EVENT_PRERENDER_URL_LOOKUP_RESULT_HAS_QUERY_STRING = 17, + EVENT_PRERENDER_URL_LOOKUP_RESULT_CONTAINS_LOGOUT = 18, + EVENT_PRERENDER_URL_LOOKUP_RESULT_CONTAINS_LOGIN = 19, EVENT_MAX_VALUE }; |