Index: content/shell/browser/shell.cc |
diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc |
index 8f64cdcf8d43816eabbfe649639d08e8d2157b9a..3969186eb6dfe73086057a642ccb36038e2a571f 100644 |
--- a/content/shell/browser/shell.cc |
+++ b/content/shell/browser/shell.cc |
@@ -248,6 +248,7 @@ WebContents* Shell::OpenURLFromTab(WebContents* source, |
return NULL; |
NavigationController::LoadURLParams load_url_params(params.url); |
load_url_params.referrer = params.referrer; |
+ load_url_params.frame_tree_node_id = params.frame_tree_node_id; |
load_url_params.transition_type = params.transition; |
load_url_params.extra_headers = params.extra_headers; |
load_url_params.should_replace_current_entry = |