Index: chrome/browser/external_tab_container_win.cc |
diff --git a/chrome/browser/external_tab_container_win.cc b/chrome/browser/external_tab_container_win.cc |
index 24d35902964d70631266fc0a5bd0bf3c83f03d29..fca8e33d108877578b832c85fef34ace0e114257 100644 |
--- a/chrome/browser/external_tab_container_win.cc |
+++ b/chrome/browser/external_tab_container_win.cc |
@@ -185,7 +185,7 @@ bool ExternalTabContainer::Init(Profile* profile, |
if (existing_contents) { |
tab_contents_.reset(existing_contents); |
- tab_contents_->controller().set_profile(profile); |
+ tab_contents_->controller().set_context(profile); |
} else { |
TabContents* new_contents = new TabContents(profile, NULL, MSG_ROUTING_NONE, |
NULL, NULL); |