commit | e52d0a44c5db5af176f42c80b4d581ee04445f63 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 08 22:44:16 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 08 22:44:16 2012 |
tree | 1bd00aa35bd0d34c263d559945d6bd2eb16fd72e | |
parent | 879d8326db0d5ad4c4cc84c709e84e4ed9d96777 [diff] [blame] |
TabContentsWrapper -> TabContents, part 13. ui/tabs BUG=131026 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10537062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141309 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_tab_util.cc b/chrome/browser/extensions/extension_tab_util.cc index d11304c..24628d0 100644 --- a/chrome/browser/extensions/extension_tab_util.cc +++ b/chrome/browser/extensions/extension_tab_util.cc
@@ -142,7 +142,7 @@ 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;