| Index: chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view_mac.mm (revision 98900)
|
| +++ chrome/browser/tab_contents/tab_contents_view_mac.mm (working copy)
|
| @@ -234,10 +234,6 @@
|
| focus_tracker_.reset(nil);
|
| }
|
|
|
| -void TabContentsViewMac::UpdatePreferredSize(const gfx::Size& pref_size) {
|
| - preferred_width_ = pref_size.width();
|
| -}
|
| -
|
| bool TabContentsViewMac::IsDoingDrag() const {
|
| return false;
|
| }
|
|
|