diff options
Diffstat (limited to 'chrome/browser/views/bookmark_bar_view.h')
-rw-r--r-- | chrome/browser/views/bookmark_bar_view.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/browser/views/bookmark_bar_view.h b/chrome/browser/views/bookmark_bar_view.h index 53d5e68..a5d1a4b 100644 --- a/chrome/browser/views/bookmark_bar_view.h +++ b/chrome/browser/views/bookmark_bar_view.h @@ -373,15 +373,6 @@ class BookmarkBarView : public views::View, // throbs. void StopThrobbing(bool immediate); - // Add any extension toolstrips which may be requested by the given - // extensions. Views for the toolstrips are inserted after the last bookmark - // button. Returns true if there were any new toolstrips added. - bool AddExtensionToolstrips(const ExtensionList* extensions); - - // Initializes the bitmap we use for the background of extension toolstrips by - // copying a subset of the current toolstrip background. - void InitToolstripBackground(ChromeCanvas* canvas, const SkRect& subset); - Profile* profile_; // Used for opening urls. @@ -434,9 +425,6 @@ class BookmarkBarView : public views::View, // overflow_button_ or a button on the bar. views::CustomButton* throbbing_view_; - // How many extension toolstrips we have showing in the toolbar. - int num_extension_toolstrips_; - // Background for extension toolstrips. SkBitmap toolstrip_background_; |