| Index: chrome/browser/autocomplete/autocomplete_edit.h
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_edit.h (revision 23046)
|
| +++ chrome/browser/autocomplete/autocomplete_edit.h (working copy)
|
| @@ -148,6 +148,8 @@
|
| // Sets the user_text_ to |text|. Only the View should call this.
|
| void SetUserText(const std::wstring& text);
|
|
|
| + std::wstring user_text() const { return user_text_; }
|
| +
|
| // Reverts the edit model back to its unedited state (permanent text showing,
|
| // no user input in progress).
|
| void Revert();
|
|
|