Index: chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm |
diff --git a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm |
index a36fc347503a54ffe69318231eb16b9fe74087ae..9a0a1c9a836f3449b0db2f641fbbdf3ded867feb 100644 |
--- a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm |
+++ b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm |
@@ -1262,7 +1262,7 @@ private: |
[self swapInTabAtIndex:modelIndex]; |
if (newContents) { |
- newContents->web_contents()->WasRestored(); |
+ newContents->web_contents()->WasShown(); |
newContents->web_contents()->GetView()->RestoreFocus(); |
if (newContents->find_tab_helper()->find_ui_active()) |