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

Unified Diff: content/public/common/page_transition_types_list.h

Issue 16514008: Add metrics for calculating precision/recall of link navigation pre-connect triggers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments / remove leftover pritnfs Created 7 years, 6 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
Index: content/public/common/page_transition_types_list.h
diff --git a/content/public/common/page_transition_types_list.h b/content/public/common/page_transition_types_list.h
index de00ca9ee060f8c3876e552504d60a4addb9af8d..2b908af2789c2bcefa2efaa56687fc835c77d654 100644
--- a/content/public/common/page_transition_types_list.h
+++ b/content/public/common/page_transition_types_list.h
@@ -100,6 +100,9 @@ PAGE_TRANSITION(CORE_MASK, 0xFF)
// Any of the core values above can be augmented by one or more qualifiers.
// These qualifiers further define the transition.
+// The transition is triggered by prerendering and without explicit user action.
+PAGE_TRANSITION(PRERENDER, 0x00400000)
+
// A managed user attempted to visit a URL but was blocked.
PAGE_TRANSITION(BLOCKED, 0x00800000)

Powered by Google App Engine
This is Rietveld 408576698