| Index: chrome/browser/autofill/autofill_cc_infobar_delegate.h
|
| ===================================================================
|
| --- chrome/browser/autofill/autofill_cc_infobar_delegate.h (revision 52727)
|
| +++ chrome/browser/autofill/autofill_cc_infobar_delegate.h (working copy)
|
| @@ -35,6 +35,15 @@
|
| virtual std::wstring GetLinkText();
|
| virtual bool LinkClicked(WindowOpenDisposition disposition);
|
|
|
| +#if defined(OS_WIN)
|
| + // Overridden from InfoBarDelegate:
|
| + virtual InfoBar* CreateInfoBar();
|
| +#endif // defined(OS_WIN)
|
| +
|
| + virtual Type GetInfoBarType() {
|
| + return PAGE_ACTION_TYPE;
|
| + }
|
| +
|
| private:
|
| // The browser.
|
| Browser* browser_;
|
|
|