diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 16:58:56 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 16:58:56 +0000 |
commit | 653c9eadfec2cde8d489556f93437212e382d2f1 (patch) | |
tree | 348e52e78b1399e62e4e81e2a7d7ec8da50b8d80 /chrome/browser/views/bookmark_bar_view.h | |
parent | 74bad4b4c067b980ceb9d5b80c82ef67cc55826d (diff) | |
download | chromium_src-653c9eadfec2cde8d489556f93437212e382d2f1.zip chromium_src-653c9eadfec2cde8d489556f93437212e382d2f1.tar.gz chromium_src-653c9eadfec2cde8d489556f93437212e382d2f1.tar.bz2 |
Create a separate UI surface for extensions (bottom shelf) and remove them from the bookmarks bar (for now).
The current implementation doesn't do anything new except for always appear when extensions are loaded.
TEST=install an extension and see it show up in the new bottom bar
TEST=unit_tests.exe --gtest_filter=ExtensionViewTest.BottomBar
Review URL: http://codereview.chromium.org/112001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15417 0039d316-1c4b-4281-b951-d872f2087c98
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_; |