| Index: chrome/browser/google/google_url_tracker.h
|
| ===================================================================
|
| --- chrome/browser/google/google_url_tracker.h (revision 94544)
|
| +++ chrome/browser/google/google_url_tracker.h (working copy)
|
| @@ -170,6 +170,8 @@
|
| // ConfirmInfoBarDelegate:
|
| virtual bool Accept() OVERRIDE;
|
| virtual bool Cancel() OVERRIDE;
|
| + virtual string16 GetLinkText() const OVERRIDE;
|
| + virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
|
|
|
| protected:
|
| virtual ~GoogleURLTrackerInfoBarDelegate();
|
| @@ -182,6 +184,11 @@
|
| virtual string16 GetMessageText() const OVERRIDE;
|
| virtual string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
|
|
|
| + // Returns the portion of the appropriate hostname to display.
|
| + string16 GetHost(bool new_host) const;
|
| +
|
| + TabContents* tab_contents_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(GoogleURLTrackerInfoBarDelegate);
|
| };
|
|
|
|
|