| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 12b40d8e3125ecc5104f19b5b2647832dd5d05e7..95b39dd89bff2fcb8ccd82de6793ca296a74289b 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -310,8 +310,6 @@ class Browser::InterstitialObserver : public content::WebContentsObserver {
|
| browser_(browser) {
|
| }
|
|
|
| - using content::WebContentsObserver::web_contents;
|
| -
|
| virtual void DidAttachInterstitialPage() OVERRIDE {
|
| browser_->UpdateBookmarkBarState(BOOKMARK_BAR_STATE_CHANGE_TAB_STATE);
|
| }
|
|
|