Chromium Code Reviews| Index: chrome/browser/chromeos/frame/bubble_frame_view.h |
| diff --git a/chrome/browser/chromeos/frame/bubble_frame_view.h b/chrome/browser/chromeos/frame/bubble_frame_view.h |
| index aba528f9409b85a04151e66c8f26a376880025f4..a69f096a795a66b22d3b41baa8db4af5c1a6f993 100644 |
| --- a/chrome/browser/chromeos/frame/bubble_frame_view.h |
| +++ b/chrome/browser/chromeos/frame/bubble_frame_view.h |
| @@ -57,6 +57,7 @@ class BubbleFrameView : public views::NonClientFrameView, |
| virtual void ButtonPressed(views::Button* sender, const views::Event& event) |
| OVERRIDE; |
| + gfx::Insets GetOffsetInsets() const; |
|
flackr
2011/11/21 20:43:31
Don't need extra method for single use.
bshe
2011/11/22 16:26:24
Done.
|
| void StartThrobber(); |
| void StopThrobber(); |