diff options
author | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-06 12:36:01 +0000 |
---|---|---|
committer | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-06 12:36:01 +0000 |
commit | 6c70e1efa665b0cbd13f79597de27ecca7fa4854 (patch) | |
tree | 76ac328f8111134d7698ae0fc92efc99039b3f49 /chrome/browser/views/first_run_bubble.h | |
parent | 41fa44caf6cf4e7c789af0db508ef64efb20a53d (diff) | |
download | chromium_src-6c70e1efa665b0cbd13f79597de27ecca7fa4854.zip chromium_src-6c70e1efa665b0cbd13f79597de27ecca7fa4854.tar.gz chromium_src-6c70e1efa665b0cbd13f79597de27ecca7fa4854.tar.bz2 |
Add ability to place bubble arrow on left and right side of the bubble or make it float with top edge.
BUG=crosbug.com/2800
TEST=Should be no visible changes with info bubble, everything should work as before. Bubble is used for example in bookmarking.
Review URL: http://codereview.chromium.org/1820002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46564 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/first_run_bubble.h')
-rw-r--r-- | chrome/browser/views/first_run_bubble.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/views/first_run_bubble.h b/chrome/browser/views/first_run_bubble.h index cccce32..65752db 100644 --- a/chrome/browser/views/first_run_bubble.h +++ b/chrome/browser/views/first_run_bubble.h @@ -16,8 +16,9 @@ class Profile; class FirstRunBubble : public InfoBubble, public InfoBubbleDelegate { public: - static FirstRunBubble* Show(Profile* profile, views::Window* window, + static FirstRunBubble* Show(Profile* profile, views::Widget* parent, const gfx::Rect& position_relative_to, + BubbleBorder::ArrowLocation arrow_location, FirstRun::BubbleType bubble_type); private: |