| Index: chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| diff --git a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| index 2be7cbc0ac04e70be52f6ebc25ee075b095c6a71..ec8f313be295c5d576dfdeb3c1f4ebfa4dace80e 100644
|
| --- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| +++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| @@ -75,6 +75,11 @@ class TabAutofillManagerDelegate
|
| const content::LoadCommittedDetails& details,
|
| const content::FrameNavigateParams& params) OVERRIDE;
|
|
|
| + // Exposed for testing.
|
| + AutofillDialogControllerImpl* GetDialogControllerForTesting() {
|
| + return dialog_controller_.get();
|
| + }
|
| +
|
| private:
|
| explicit TabAutofillManagerDelegate(content::WebContents* web_contents);
|
| friend class content::WebContentsUserData<TabAutofillManagerDelegate>;
|
|
|