Index: chrome/browser/ui/omnibox/omnibox_edit_model.cc |
diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.cc b/chrome/browser/ui/omnibox/omnibox_edit_model.cc |
index 7229b5872b8edab1725d8e7ffc6eeefa7fedeb0d..3f224585b0cde19ce60cb9e40bf5772087c1c460 100644 |
--- a/chrome/browser/ui/omnibox/omnibox_edit_model.cc |
+++ b/chrome/browser/ui/omnibox/omnibox_edit_model.cc |
@@ -793,7 +793,7 @@ void OmniboxEditModel::OnKillFocus() { |
} |
bool OmniboxEditModel::OnEscapeKeyPressed() { |
- if (has_temporary_text_) { |
+ if (has_temporary_text_ && !is_temporary_text_set_by_instant_) { |
AutocompleteMatch match; |
InfoForCurrentSelection(&match, NULL); |
if (match.destination_url != original_url_) { |