| Index: chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| ===================================================================
|
| --- chrome/browser/ui/autofill/tab_autofill_manager_delegate.h (revision 211372)
|
| +++ chrome/browser/ui/autofill/tab_autofill_manager_delegate.h (working copy)
|
| @@ -80,6 +80,8 @@
|
| virtual void DidNavigateMainFrame(
|
| const content::LoadCommittedDetails& details,
|
| const content::FrameNavigateParams& params) OVERRIDE;
|
| + virtual void WebContentsDestroyed(
|
| + content::WebContents* web_contents) OVERRIDE;
|
|
|
| // Exposed for testing.
|
| AutofillDialogControllerImpl* GetDialogControllerForTesting() {
|
|
|