Index: chrome/browser/android/tab_web_contents_delegate_android.h |
diff --git a/chrome/browser/android/tab_web_contents_delegate_android.h b/chrome/browser/android/tab_web_contents_delegate_android.h |
index af0795db4f6b88ef36da71f8bdffccd8de8bf6c1..47b4234eb98d783532bdd02672f3d02905ccfbb7 100644 |
--- a/chrome/browser/android/tab_web_contents_delegate_android.h |
+++ b/chrome/browser/android/tab_web_contents_delegate_android.h |
@@ -47,6 +47,7 @@ class TabWebContentsDelegateAndroid |
const content::BluetoothChooser::EventHandler& event_handler, |
const GURL& origin) override; |
void CloseContents(content::WebContents* web_contents) override; |
+ bool ShouldFocusLocationBarByDefault(content::WebContents* source) override; |
blink::WebDisplayMode GetDisplayMode( |
const content::WebContents* web_contents) const override; |
void FindReply(content::WebContents* web_contents, |