| Index: chrome/browser/ui/cocoa/browser_window_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/browser_window_controller.mm (revision 72173)
|
| +++ chrome/browser/ui/cocoa/browser_window_controller.mm (working copy)
|
| @@ -479,8 +479,7 @@
|
| }
|
|
|
| - (void)updateDevToolsForContents:(TabContents*)contents {
|
| - [devToolsController_ updateDevToolsForTabContents:contents
|
| - withProfile:browser_->profile()];
|
| + [devToolsController_ updateDevToolsForTabContents:contents];
|
| [devToolsController_ ensureContentsVisible];
|
| }
|
|
|
| @@ -1429,8 +1428,7 @@
|
| windowShim_->UpdateTitleBar();
|
|
|
| [sidebarController_ updateSidebarForTabContents:contents];
|
| - [devToolsController_ updateDevToolsForTabContents:contents
|
| - withProfile:browser_->profile()];
|
| + [devToolsController_ updateDevToolsForTabContents:contents];
|
|
|
| // Update the bookmark bar.
|
| // Must do it after sidebar and devtools update, otherwise bookmark bar might
|
|
|