| Index: chrome/browser/extensions/extension_tab_util.cc
|
| diff --git a/chrome/browser/extensions/extension_tab_util.cc b/chrome/browser/extensions/extension_tab_util.cc
|
| index 2e2db28480ce9b66d04e1a1bfe8437699cd0c1d3..310483cf51c83eb431d4d4619f858e204592ad71 100644
|
| --- a/chrome/browser/extensions/extension_tab_util.cc
|
| +++ b/chrome/browser/extensions/extension_tab_util.cc
|
| @@ -142,7 +142,7 @@ bool ExtensionTabUtil::GetTabStripModel(const WebContents* web_contents,
|
| for (BrowserList::const_iterator it = BrowserList::begin();
|
| it != BrowserList::end(); ++it) {
|
| TabStripModel* tab_strip = (*it)->tab_strip_model();
|
| - int index = tab_strip->GetWrapperIndex(web_contents);
|
| + int index = tab_strip->GetIndexOfWebContents(web_contents);
|
| if (index != -1) {
|
| *tab_strip_model = tab_strip;
|
| *tab_index = index;
|
|
|