Index: chrome/browser/autocomplete/autocomplete_edit.h |
=================================================================== |
--- chrome/browser/autocomplete/autocomplete_edit.h (revision 95527) |
+++ chrome/browser/autocomplete/autocomplete_edit.h (working copy) |
@@ -119,9 +119,6 @@ |
AutocompleteEditController* controller() const { return controller_; } |
- // Invoked when the profile has changed. |
- void SetProfile(Profile* profile); |
- |
Profile* profile() const { return profile_; } |
// Returns the current state. This assumes we are switching tabs, and changes |