| 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..ebc92ec8f25c0f2d171f6ab5f74994765b24f321 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_browser_context(profile);
|
| } else {
|
| TabContents* new_contents = new TabContents(profile, NULL, MSG_ROUTING_NONE,
|
| NULL, NULL);
|
|
|