| 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 3df6a38e84f5044628befb37a9b0ba708f64f490..16f1dae60842283dd73af9e8cb29a0b9c1ef79ab 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
|
| @@ -104,7 +104,6 @@ public class ChromeShellToolbar extends LinearLayout {
|
| return false;
|
| }
|
|
|
| - mSuggestionPopup.dismissPopup();
|
| mTab.loadUrlWithSanitization(mUrlTextView.getText().toString());
|
| mUrlTextView.clearFocus();
|
| setKeyboardVisibilityForUrl(false);
|
| @@ -118,6 +117,7 @@ public class ChromeShellToolbar extends LinearLayout {
|
| setKeyboardVisibilityForUrl(hasFocus);
|
| if (!hasFocus) {
|
| mUrlTextView.setText(mTab.getContentViewCore().getUrl());
|
| + mSuggestionPopup.dismissPopup();
|
| }
|
| }
|
| });
|
|
|