| Index: chrome/browser/tab_contents/blocked_infobar_delegate.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/blocked_infobar_delegate.h (revision 89528)
|
| +++ chrome/browser/tab_contents/blocked_infobar_delegate.h (working copy)
|
| @@ -55,6 +55,7 @@
|
| private:
|
| virtual void InfoBarDismissed() OVERRIDE;
|
| virtual bool Accept() OVERRIDE;
|
| + virtual bool Cancel() OVERRIDE;
|
| };
|
|
|
| // A subclass specific to the blocked running insecure content case.
|
| @@ -66,6 +67,7 @@
|
| private:
|
| virtual void InfoBarDismissed() OVERRIDE;
|
| virtual bool Accept() OVERRIDE;
|
| + virtual bool Cancel() OVERRIDE;
|
| };
|
|
|
| #endif // CHROME_BROWSER_TAB_CONTENTS_BLOCKED_INFOBAR_DELEGATE_H_
|
|
|