Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7322)

Unified Diff: chrome/browser/views/browser_bubble.h

Issue 425018: Merge 32277 - Fix a crash when activating a select element inside a page... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/views/location_bar_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/browser_bubble.h
===================================================================
--- chrome/browser/views/browser_bubble.h (revision 32742)
+++ chrome/browser/views/browser_bubble.h (working copy)
@@ -19,11 +19,11 @@
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) {}
« no previous file with comments | « no previous file | chrome/browser/views/location_bar_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698