| Index: chrome/browser/autocomplete/autocomplete_edit.h
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_edit.h (revision 7347)
|
| +++ chrome/browser/autocomplete/autocomplete_edit.h (working copy)
|
| @@ -524,6 +524,9 @@
|
| // avoid selecting the "phantom newline" at the end of the edit.
|
| void SelectAll(bool reversed);
|
|
|
| + // Deselects all the text in the edit.
|
| + void DeSelectAll();
|
| +
|
| // Reverts the edit and popup back to their unedited state (permanent text
|
| // showing, popup closed, no user input in progress).
|
| void RevertAll();
|
|
|