diff options
Diffstat (limited to 'chrome/browser/cocoa/browser_window_controller.mm')
-rw-r--r-- | chrome/browser/cocoa/browser_window_controller.mm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/browser_window_controller.mm b/chrome/browser/cocoa/browser_window_controller.mm index 9300d7d..f2fc066d 100644 --- a/chrome/browser/cocoa/browser_window_controller.mm +++ b/chrome/browser/cocoa/browser_window_controller.mm @@ -1371,6 +1371,9 @@ [infoBarContainerController_ changeTabContents:contents]; } +- (void)onReplaceTabWithContents:(TabContents*)contents { +} + - (void)onSelectedTabChange:(TabStripModelObserver::TabChangeType)change { // Update titles if this is the currently selected tab and if it isn't just // the loading state which changed. |