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

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 BrowserCommandTests. Created 7 years, 5 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 be6733433d264d83e30923727ac49bfb0b774f86..f58728836f1bfa01dc69b9f99c2f5e59649be684 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