| Index: chrome/browser/gtk/first_run_bubble.h
|
| diff --git a/chrome/browser/gtk/first_run_bubble.h b/chrome/browser/gtk/first_run_bubble.h
|
| index f6f7e8c7f0aa84b06ef4ebbbe3979ea4e3b727ea..220c4f65a33b659879dbc9b161d6f2c3b6fcda3e 100644
|
| --- a/chrome/browser/gtk/first_run_bubble.h
|
| +++ b/chrome/browser/gtk/first_run_bubble.h
|
| @@ -35,7 +35,7 @@ class FirstRunBubble : public InfoBubbleGtkDelegate,
|
| // is about to be closed.
|
| virtual void InfoBubbleClosing(InfoBubbleGtk* info_bubble,
|
| bool closed_by_escape);
|
| - virtual bool CloseOnEscape() { return true; }
|
| + virtual bool CloseOnEscape();
|
|
|
| // Overridden from NotificationObserver:
|
| virtual void Observe(NotificationType type,
|
|
|