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

Unified Diff: chrome/browser/ui/browser_navigator.h

Issue 6881073: Cleanup popup related browser navigation code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and merge with avi's popup block changes. Created 9 years, 8 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: chrome/browser/ui/browser_navigator.h
diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h
index d93930d77653df27a5da9ba16c2a14411e7591a6..34706c2e305bad153096ec5be70de4d6068d4d00 100644
--- a/chrome/browser/ui/browser_navigator.h
+++ b/chrome/browser/ui/browser_navigator.h
@@ -130,6 +130,10 @@ struct NavigateParams {
// NO_ACTION, |window_action| will be set to SHOW_WINDOW.
WindowAction window_action;
+ // If false then the navigation was not initiated by a user gesture.
+ // Default is true.
+ bool user_gesture;
+
// What to do with the path component of the URL for singleton navigations.
enum PathBehavior {
// Two URLs with differing paths are different.

Powered by Google App Engine
This is Rietveld 408576698