| Index: chrome/browser/autocomplete_history_manager.h
|
| diff --git a/chrome/browser/autocomplete_history_manager.h b/chrome/browser/autocomplete_history_manager.h
|
| index 1dfd34b369acd03ee7cb7943c54a730167249540..5c33bd3ea91cc46aa0e3dc6c1778be3b1d67d247 100644
|
| --- a/chrome/browser/autocomplete_history_manager.h
|
| +++ b/chrome/browser/autocomplete_history_manager.h
|
| @@ -50,6 +50,9 @@ class AutocompleteHistoryManager : public content::WebContentsObserver,
|
| const std::vector<int>& autofill_unique_ids);
|
| void OnFormSubmitted(const webkit::forms::FormData& form);
|
|
|
| + // Must be public for the external delegate to use.
|
| + void OnRemoveAutocompleteEntry(const string16& name, const string16& value);
|
| +
|
| // Sets our external delegate.
|
| void SetExternalDelegate(AutofillExternalDelegate* delegate);
|
|
|
| @@ -74,8 +77,6 @@ class AutocompleteHistoryManager : public content::WebContentsObserver,
|
| }
|
|
|
| private:
|
| - void OnRemoveAutocompleteEntry(const string16& name, const string16& value);
|
| -
|
| Profile* profile_;
|
| scoped_refptr<WebDataService> web_data_service_;
|
|
|
|
|