diff options
Diffstat (limited to 'chrome/browser/views/browser_bubble.h')
-rw-r--r-- | chrome/browser/views/browser_bubble.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/browser_bubble.h b/chrome/browser/views/browser_bubble.h index 74928f3..eaf3d0b 100644 --- a/chrome/browser/views/browser_bubble.h +++ b/chrome/browser/views/browser_bubble.h @@ -19,11 +19,11 @@ class BrowserBubble { class Delegate { public: // Called when the Browser Window that this bubble is attached to moves. - virtual void BubbleBrowserWindowMoved(BrowserBubble* bubble) = 0; + virtual void BubbleBrowserWindowMoved(BrowserBubble* bubble) {} // Called with the Browser Window that this bubble is attached to is // about to close. - virtual void BubbleBrowserWindowClosing(BrowserBubble* bubble) = 0; + virtual void BubbleBrowserWindowClosing(BrowserBubble* bubble) {} // Called when the bubble became active / got focus. virtual void BubbleGotFocus(BrowserBubble* bubble) {} |