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

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

Issue 10897034: First part of PAGE_TRANSITION_START_PAGE cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 3 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
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | content/public/common/page_transition_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/page_transition_types.h
diff --git a/content/public/common/page_transition_types.h b/content/public/common/page_transition_types.h
index 14e80a6177cf85da682fc71a3bf0b21c8f11813d..7c46b79ad2cfc7b8c0efb6b4c23cb3aef32f622d 100644
--- a/content/public/common/page_transition_types.h
+++ b/content/public/common/page_transition_types.h
@@ -57,8 +57,12 @@ enum PageTransition {
// See also KEYWORD.
PAGE_TRANSITION_GENERATED = 5,
- // The page was specified in the command line or is the start page.
- PAGE_TRANSITION_START_PAGE = 6,
+ // This is a toplevel navigation. This is any content that is automatically
+ // loaded in a toplevel frame. For example, opening a tab to show the ASH
+ // screen saver, opening the devtools window, opening the NTP after the safe
+ // browsing warning, opening web-based dialog boxes are examples of
+ // AUTO_TOPLEVEL navigations.
+ PAGE_TRANSITION_AUTO_TOPLEVEL = 6,
// The user filled out values in a form and submitted it. NOTE that in
// some situations submitting a form does not result in this transition
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | content/public/common/page_transition_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698