| Index: chrome/browser/ui/tabs/tab_strip_model.h
|
| ===================================================================
|
| --- chrome/browser/ui/tabs/tab_strip_model.h (revision 145001)
|
| +++ chrome/browser/ui/tabs/tab_strip_model.h (working copy)
|
| @@ -294,11 +294,6 @@
|
| // model.
|
| int GetIndexOfWebContents(const content::WebContents* contents) const;
|
|
|
| - // Returns the index of the specified NavigationController, or kNoTab if it is
|
| - // not in this TabStripModel.
|
| - int GetIndexOfController(
|
| - const content::NavigationController* controller) const;
|
| -
|
| // Notify any observers that the TabContents at the specified index has
|
| // changed in some way. See TabChangeType for details of |change_type|.
|
| void UpdateTabContentsStateAt(
|
|
|