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

Unified Diff: content/common/navigation_params.cc

Issue 2438743005: Fix history nav to a script-injected about:blank frame. (Closed)
Patch Set: Fix nits. 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: content/common/navigation_params.cc
diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
index 594bff84123d221f1c9779e27ed3b2a5a52df1bf..2518e72800b6c842e39a69d5bb3471b48e04f617 100644
--- a/content/common/navigation_params.cc
+++ b/content/common/navigation_params.cc
@@ -150,7 +150,7 @@ RequestNavigationParams::RequestNavigationParams(
int nav_entry_id,
bool is_same_document_history_load,
bool is_history_navigation_in_new_child,
- std::set<std::string> subframe_unique_names,
+ std::map<std::string, bool> subframe_unique_names,
bool has_committed_real_load,
bool intended_as_new_entry,
int pending_history_list_offset,

Powered by Google App Engine
This is Rietveld 408576698