| Index: chrome/browser/autofill/autofill_manager.h
|
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
|
| index eb0abe799473c993b41ceca41b95b7b03cb73f10..4eac4351ab7dc44367285460bb5d3acbf021586c 100644
|
| --- a/chrome/browser/autofill/autofill_manager.h
|
| +++ b/chrome/browser/autofill/autofill_manager.h
|
| @@ -33,7 +33,6 @@ extern const char* kAutoFillLearnMoreUrl;
|
| // Manages saving and restoring the user's personal information entered into web
|
| // forms.
|
| class AutoFillManager : public RenderViewHostDelegate::AutoFill,
|
| - public PersonalDataManager::Observer,
|
| public AutoFillDownloadManager::Observer {
|
| public:
|
| explicit AutoFillManager(TabContents* tab_contents);
|
| @@ -56,9 +55,6 @@ class AutoFillManager : public RenderViewHostDelegate::AutoFill,
|
| const string16& value,
|
| const string16& label);
|
|
|
| - // PersonalDataManager::Observer implementation:
|
| - virtual void OnPersonalDataLoaded();
|
| -
|
| // Called by the AutoFillInfoBarDelegate when the user closes the infobar.
|
| virtual void OnInfoBarClosed();
|
|
|
|
|