Index: chrome/browser/ui/autofill/autofill_dialog_models.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_models.h b/chrome/browser/ui/autofill/autofill_dialog_models.h |
index 9c942eee0bcc2cbaea2b7473a7373c1188c0c046..9cb3d4e30ed50e17c58f5b683ed06d0c8d51b0d0 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_models.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_models.h |
@@ -38,6 +38,9 @@ class SuggestionsMenuModel : public ui::SimpleMenuModel, |
// Adds an item and its identifying key to the model. Keys needn't be unique. |
void AddKeyedItem(const std::string& key, const string16& display_label); |
+ // Resets the model to empty. |
+ void Reset(); |
+ |
// Returns the ID key for the item at |index|. |
std::string GetItemKeyAt(int index) const; |