diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-19 04:20:53 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-19 04:20:53 +0000 |
commit | 684899472204f817834c51d581f518571a6b882d (patch) | |
tree | 9156be6e208a05495f5c33a1f68fa974eec06194 /chrome/browser/ui/views/browser_actions_container.h | |
parent | 6e1d728ba695c4aed797b57d94537378b7e12623 (diff) | |
download | chromium_src-684899472204f817834c51d581f518571a6b882d.zip chromium_src-684899472204f817834c51d581f518571a6b882d.tar.gz chromium_src-684899472204f817834c51d581f518571a6b882d.tar.bz2 |
Revert 110824 - Variety of crashes on XP dbg bots
Rebase ExtensionInstalledBubble on the new views bubble.
Move some arrow anchor/location logic; etc.
Expose non-const |chevron|, and |location_entry_view|.
Add a setter for BubbleDelegateView's |anchor_view|.
BUG=98323
TEST=ExtensionInstalledBubbles function as before.
Review URL: http://codereview.chromium.org/8590047
TBR=msw@chromium.org
Review URL: http://codereview.chromium.org/8473006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110831 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/views/browser_actions_container.h')
-rw-r--r-- | chrome/browser/ui/views/browser_actions_container.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/browser_actions_container.h b/chrome/browser/ui/views/browser_actions_container.h index 262b271..95a3a71 100644 --- a/chrome/browser/ui/views/browser_actions_container.h +++ b/chrome/browser/ui/views/browser_actions_container.h @@ -279,7 +279,6 @@ class BrowserActionsContainer bool animating() const { return animation_target_size_ > 0; } // Returns the chevron, if any. - views::View* chevron() { return chevron_; } const views::View* chevron() const { return chevron_; } // Returns the profile this container is associated with. |