diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-06 00:30:05 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-06 00:30:05 +0000 |
commit | b0b2a3dd01962592fc8c1f981415ab2bdb8edefb (patch) | |
tree | 6cbda13db92837ae9aadd32a9c4aa6c87aaaf38a /chrome/browser/notifications/balloon.h | |
parent | e5ce23e294561b52d35b72eb30c8f5ae869e0fe2 (diff) | |
download | chromium_src-b0b2a3dd01962592fc8c1f981415ab2bdb8edefb.zip chromium_src-b0b2a3dd01962592fc8c1f981415ab2bdb8edefb.tar.gz chromium_src-b0b2a3dd01962592fc8c1f981415ab2bdb8edefb.tar.bz2 |
Allow the user to choose which corner of the screen should get notifications.
BUG=none
TEST=create notifications, use the options menu
Review URL: http://codereview.chromium.org/6006007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70564 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications/balloon.h')
-rw-r--r-- | chrome/browser/notifications/balloon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/notifications/balloon.h b/chrome/browser/notifications/balloon.h index 3f4ba0b..5b86508 100644 --- a/chrome/browser/notifications/balloon.h +++ b/chrome/browser/notifications/balloon.h @@ -68,6 +68,8 @@ class Balloon { const gfx::Size& content_size() const { return content_size_; } void set_content_size(const gfx::Size& size) { content_size_ = size; } + const BalloonCollection* collection() const { return collection_; } + const gfx::Size& min_scrollbar_size() const { return min_scrollbar_size_; } void set_min_scrollbar_size(const gfx::Size& size) { min_scrollbar_size_ = size; |