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

Unified Diff: content/common/page_transition_types.h

Issue 7624031: Treat files downloaded from the address bar as "always safe" (including extensions per discussion... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « content/browser/renderer_host/resource_queue_unittest.cc ('k') | content/common/request_extra_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/page_transition_types.h
===================================================================
--- content/common/page_transition_types.h (revision 98485)
+++ content/common/page_transition_types.h (working copy)
@@ -105,6 +105,9 @@
// User used the Forward or Back button to navigate among browsing history.
FORWARD_BACK = 0x01000000,
+ // User used the address bar to trigger this navigation.
+ FROM_ADDRESS_BAR = 0x02000000,
+
// The beginning of a navigation chain.
CHAIN_START = 0x10000000,
« no previous file with comments | « content/browser/renderer_host/resource_queue_unittest.cc ('k') | content/common/request_extra_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698