| Index: chrome/browser/ui/views/tabs/base_tab_strip.h | 
| diff --git a/chrome/browser/ui/views/tabs/base_tab_strip.h b/chrome/browser/ui/views/tabs/base_tab_strip.h | 
| index 63e524e031be06f44157db2c37eeb53d0c5fa336..c4c4b645d053d720272a89c135a314d574fd1991 100644 | 
| --- a/chrome/browser/ui/views/tabs/base_tab_strip.h | 
| +++ b/chrome/browser/ui/views/tabs/base_tab_strip.h | 
| @@ -240,6 +240,9 @@ class BaseTabStrip : public AbstractTabStripView, | 
| // Invoked from Layout if the size changes or layout is really needed. | 
| virtual void DoLayout(); | 
|  | 
| +  // Get tab at a point in local view coordinates. | 
| +  BaseTab* GetTabAtLocal(const gfx::Point& local_point); | 
| + | 
| private: | 
| class RemoveTabDelegate; | 
|  | 
|  |