Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: chrome/browser/android/tab_web_contents_delegate_android.h

Issue 1347543002: [Android] Fix refresh keyboard shortcut behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698