| Index: chrome/browser/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
|
| index cba736767c8a81a8ef7618323f3e10f8ecb890cd..49f89e2ccbb112d151e0deaa6c0e97116e811e43 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -111,10 +111,7 @@ class TabContents : public PageNavigator,
|
| INVALIDATE_PAGE_ACTIONS = 1 << 3, // Page action icons have changed.
|
| INVALIDATE_BOOKMARK_BAR = 1 << 4, // State of ShouldShowBookmarkBar
|
| // changed.
|
| - INVALIDATE_EXTENSION_SHELF = 1 << 5, // State of
|
| - // IsExtensionShelfAlwaysVisible
|
| - // changed.
|
| - INVALIDATE_TITLE = 1 << 6, // The title changed.
|
| + INVALIDATE_TITLE = 1 << 5, // The title changed.
|
| };
|
|
|
| // |base_tab_contents| is used if we want to size the new tab contents view
|
| @@ -466,9 +463,6 @@ class TabContents : public PageNavigator,
|
| // Returns true if a Bookmark Bar should be shown for this tab.
|
| virtual bool ShouldShowBookmarkBar();
|
|
|
| - // Returns whether the extension shelf should be visible.
|
| - virtual bool IsExtensionShelfAlwaysVisible();
|
| -
|
| // Notifies the delegate that a download is about to be started.
|
| // This notification is fired before a local temporary file has been created.
|
| bool CanDownload(int request_id);
|
|
|