Chromium Code Reviews| Index: functional/omnibox.py | 
| =================================================================== | 
| --- functional/omnibox.py (revision 70764) | 
| +++ functional/omnibox.py (working copy) | 
| @@ -310,6 +310,7 @@ | 
| def _GotHistoryPageOption(self, search_text): | 
| """Determines if omnibox returns an 'open history page' option for given | 
| search text""" | 
| + self.SetOmniboxText('') | 
| matches = self._GetOmniboxMatchesFor(search_text) | 
| matches_description = [x for x in matches if x['type'] == | 
| 'open-history-page'] |