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

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

Issue 399032: Fix a crash when activating a select element inside a page action (Closed)
Patch Set: Only allow one popup at a time 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') | chrome/browser/views/location_bar_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/browser_bubble.h
diff --git a/chrome/browser/views/browser_bubble.h b/chrome/browser/views/browser_bubble.h
index 74928f3e4e68078829375b270db860e3e7ce7212..eaf3d0b085e4f7796710194841acf6f7b323e9c0 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) {}
« no previous file with comments | « no previous file | chrome/browser/views/location_bar_view.h » ('j') | chrome/browser/views/location_bar_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698