Chromium Code Reviews| Index: chrome/browser/autocomplete/autocomplete_edit.h |
| =================================================================== |
| --- chrome/browser/autocomplete/autocomplete_edit.h (revision 26093) |
| +++ chrome/browser/autocomplete/autocomplete_edit.h (working copy) |
| @@ -102,6 +102,9 @@ |
| void SetPopupModel(AutocompletePopupModel* popup_model); |
| + // It should only be used by testing code. |
|
Paweł Hajdan Jr.
2009/09/14 16:48:41
nit: Why not #ifdef UNIT_TEST then?
James Su
2009/09/15 01:13:47
Done.
|
| + AutocompletePopupModel* popup_model() const { return popup_; } |
| + |
| // Invoked when the profile has changed. |
| void SetProfile(Profile* profile); |