| Index: chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view_mac.mm (revision 110522)
|
| +++ chrome/browser/tab_contents/tab_contents_view_mac.mm (working copy)
|
| @@ -189,7 +189,7 @@
|
| // We want updates whenever the intrinsic width of the webpage changes.
|
| // Put the RenderView into that mode. The preferred width is used for example
|
| // when the "zoom" button in the browser window is clicked.
|
| - host->EnablePreferredSizeMode(kPreferredSizeWidth);
|
| + host->EnablePreferredSizeMode();
|
| }
|
|
|
| void TabContentsViewMac::SetPageTitle(const string16& title) {
|
|
|