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

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

Issue 2206963002: Plumb the frame name through the popup blocker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « chrome/browser/ui/browser_navigator.cc ('k') | chrome/test/data/popup_blocker/check-framename.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_navigator_params.h
diff --git a/chrome/browser/ui/browser_navigator_params.h b/chrome/browser/ui/browser_navigator_params.h
index de190c6ada0bd960b9b6c6258ac2388b76098478..5eefa64d011ba8f58038beaabdecec3a5c7acbca 100644
--- a/chrome/browser/ui/browser_navigator_params.h
+++ b/chrome/browser/ui/browser_navigator_params.h
@@ -72,6 +72,9 @@ struct NavigateParams {
GURL url;
content::Referrer referrer;
+ // The frame name to be used for the main frame.
+ std::string frame_name;
+
// The browser-global ID of the frame to navigate, or -1 for the main frame.
int frame_tree_node_id;
« no previous file with comments | « chrome/browser/ui/browser_navigator.cc ('k') | chrome/test/data/popup_blocker/check-framename.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698