Index: chrome/browser/autocomplete/autocomplete_edit.h |
=================================================================== |
--- chrome/browser/autocomplete/autocomplete_edit.h (revision 95169) |
+++ chrome/browser/autocomplete/autocomplete_edit.h (working copy) |
@@ -380,6 +380,9 @@ |
// Returns true if a keyword is selected. |
bool KeywordIsSelected() const; |
+ // Turns off keyword mode for the current match. |
+ void ClearPopupKeywordMode() const; |
+ |
// Conversion between user text and display text. User text is the text the |
// user has input. Display text is the text being shown in the edit. The |
// two are different if a keyword is selected. |