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

Unified Diff: ui/base/page_transition_types.h

Issue 2378123002: Load offline page if reading list entry takes more than 1s to load. (Closed)
Patch Set: Experimental change (reviewers: do not review this PS). Created 4 years, 2 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: ui/base/page_transition_types.h
diff --git a/ui/base/page_transition_types.h b/ui/base/page_transition_types.h
index eafea5237651e9513b2677804968c8d265a18a66..aa5f4097bc71849ea3d4d674cee3edd8bc6d8c77 100644
--- a/ui/base/page_transition_types.h
+++ b/ui/base/page_transition_types.h
@@ -100,9 +100,13 @@ enum PageTransition {
// KEYWORD for more details.
PAGE_TRANSITION_KEYWORD_GENERATED = 10,
+ // Corresponds to a visit generated for a keyword. See description of
+ // KEYWORD for more details.
+ PAGE_TRANSITION_READING_LIST = 11,
+
// ADDING NEW CORE VALUE? Be sure to update the LAST_CORE and CORE_MASK
// values below. Also update CoreTransitionString().
- PAGE_TRANSITION_LAST_CORE = PAGE_TRANSITION_KEYWORD_GENERATED,
+ PAGE_TRANSITION_LAST_CORE = PAGE_TRANSITION_READING_LIST,
PAGE_TRANSITION_CORE_MASK = 0xFF,
// Qualifiers
« ios/web/navigation/navigation_item_impl.h ('K') | « ios/web/web_state/ui/crw_web_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698