summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/browser.h')
-rw-r--r--chrome/browser/ui/browser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index f5d2c62..0fee68b 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -443,6 +443,7 @@ class Browser : public TabStripModelObserver,
// Overridden from content::WebContentsDelegate:
bool CanOverscrollContent() const override;
bool ShouldPreserveAbortedURLs(content::WebContents* source) override;
+ void SetFocusToLocationBar(bool select_all) override;
bool PreHandleKeyboardEvent(content::WebContents* source,
const content::NativeWebKeyboardEvent& event,
bool* is_keyboard_shortcut) override;
@@ -575,7 +576,6 @@ class Browser : public TabStripModelObserver,
bool proceed,
bool* proceed_to_fire_unload) override;
bool ShouldFocusLocationBarByDefault(content::WebContents* source) override;
- void SetFocusToLocationBar(bool select_all) override;
void ViewSourceForTab(content::WebContents* source,
const GURL& page_url) override;
void ViewSourceForFrame(content::WebContents* source,