From 019d835068b6fa120e0039bba8c5c089dfba7a88 Mon Sep 17 00:00:00 2001 From: "glen@google.com" Date: Wed, 30 Jul 2008 22:44:50 +0000 Subject: Make the download arrow show and hide correctly in response to shelf visibility. This was caused by both the shelf_visible_ bool not being set by the download shelf correctly, and the tab renderer not being aware of the new state. BUG=1300997 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/browser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/browser.h') diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h index fc84974..807ed07 100644 --- a/chrome/browser/browser.h +++ b/chrome/browser/browser.h @@ -325,7 +325,7 @@ class Browser : public TabStripModelDelegate, virtual void ContentsZoomChange(bool zoom_in); virtual bool IsApplication() const; virtual void ConvertContentsToApplication(TabContents* source); - virtual void CrashedStateChanged(TabContents* source); + virtual void ContentsStateChanged(TabContents* source); virtual bool ShouldDisplayURLField(); // Return this browser type. -- cgit v1.1