| Index: chrome/browser/ui/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents.cc b/chrome/browser/ui/tab_contents/tab_contents.cc
|
| index b6dc733629cde661fb8bd44a103b1cc87e63427e..5c0553f89f8af76b2854e889c3091a204638a447 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents.cc
|
| @@ -208,18 +208,6 @@ TabContents* TabContents::Clone() {
|
| return new_tab_contents;
|
| }
|
|
|
| -// static deprecated
|
| -TabContents* TabContents::GetCurrentWrapperForContents(
|
| - WebContents* contents) {
|
| - return FromWebContents(contents);
|
| -}
|
| -
|
| -// static deprecated
|
| -const TabContents* TabContents::GetCurrentWrapperForContents(
|
| - const WebContents* contents) {
|
| - return FromWebContents(contents);
|
| -}
|
| -
|
| // static
|
| TabContents* TabContents::FromWebContents(WebContents* contents) {
|
| TabContents** tab_contents =
|
|
|