diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents_delegate.h')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents_delegate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_delegate.h b/chrome/browser/tab_contents/tab_contents_delegate.h index e937fec..a67355e 100644 --- a/chrome/browser/tab_contents/tab_contents_delegate.h +++ b/chrome/browser/tab_contents/tab_contents_delegate.h @@ -89,6 +89,9 @@ class TabContentsDelegate { // Notification that the target URL has changed virtual void UpdateTargetURL(TabContents* source, const GURL& url) = 0; + // Notification that the download shelf visibility state has been toggled. + virtual void UpdateDownloadShelfVisibility(bool visible) { } + // Notification that there was a mouse event virtual void ContentsMouseEvent(TabContents* source, bool motion) { } |