Index: chrome/browser/autocomplete/autocomplete_edit.h |
diff --git a/chrome/browser/autocomplete/autocomplete_edit.h b/chrome/browser/autocomplete/autocomplete_edit.h |
index 3b046d305c853609891214d9d324e48e66a65610..95bee74aacb022cddd8a002e29d30654561f3c68 100644 |
--- a/chrome/browser/autocomplete/autocomplete_edit.h |
+++ b/chrome/browser/autocomplete/autocomplete_edit.h |
@@ -381,6 +381,9 @@ class AutocompleteEditModel : public AutocompleteControllerDelegate { |
// 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. |