diff options
Diffstat (limited to 'chrome/browser/external_tab_container.h')
-rw-r--r-- | chrome/browser/external_tab_container.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/external_tab_container.h b/chrome/browser/external_tab_container.h index 4edb8b9..3d65321 100644 --- a/chrome/browser/external_tab_container.h +++ b/chrome/browser/external_tab_container.h @@ -44,8 +44,8 @@ class ExternalTabContainer : public TabContentsDelegate, // message it did not process void ProcessUnhandledAccelerator(const MSG& msg); - // See TabContents::SetInitialFocus. Called from AutomationProvider. - void SetInitialFocus(bool reverse); + // See TabContents::FocusThroughTabTraversal. Called from AutomationProvider. + void FocusThroughTabTraversal(bool reverse); // A helper method that tests whether the given window is an // ExternalTabContainer window |