| 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 2a440ead6d939d4496786acad9182bebc634bb13..3b7b80b13eae18f6818ff03db8354b18bf4959fa 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);
|
|
|