| Index: chrome/browser/autocomplete/autocomplete_edit.h
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_edit.h (revision 119905)
|
| +++ chrome/browser/autocomplete/autocomplete_edit.h (working copy)
|
| @@ -381,6 +381,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.
|
|
|