Index: chrome/browser/alternate_nav_url_fetcher.h |
=================================================================== |
--- chrome/browser/alternate_nav_url_fetcher.h (revision 72158) |
+++ chrome/browser/alternate_nav_url_fetcher.h (working copy) |
@@ -43,6 +43,7 @@ |
State state() const { return state_; } |
+ private: |
// NotificationObserver |
virtual void Observe(NotificationType type, |
const NotificationSource& source, |
@@ -57,13 +58,12 @@ |
const std::string& data); |
// LinkInfoBarDelegate |
+ virtual SkBitmap* GetIcon() const; |
virtual string16 GetMessageTextWithOffset(size_t* link_offset) const; |
virtual string16 GetLinkText() const; |
- virtual SkBitmap* GetIcon() const; |
virtual bool LinkClicked(WindowOpenDisposition disposition); |
virtual void InfoBarClosed(); |
- private: |
// Sets |state_| to either SUCCEEDED or FAILED depending on the result of the |
// fetch. |
void SetStatusFromURLFetch(const GURL& url, |