Index: chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java |
diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java |
index 8fdd591efb68055c466561ae84d839479b2bdecb..0c03d306f5021d4c15f66165d3b92d9252a5425c 100644 |
--- a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java |
+++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java |
@@ -174,6 +174,7 @@ public class ChromeShellToolbar extends LinearLayout { |
@Override |
public void onFocusChange(View v, boolean hasFocus) { |
setKeyboardVisibilityForUrl(hasFocus); |
+ mStopReloadButton.setVisibility(hasFocus ? GONE : VISIBLE); |
if (!hasFocus && mTab != null) { |
mUrlTextView.setText(mTab.getWebContents().getUrl()); |
mSuggestionPopup.dismissPopup(); |