Index: chrome/browser/gtk/first_run_bubble.cc |
diff --git a/chrome/browser/gtk/first_run_bubble.cc b/chrome/browser/gtk/first_run_bubble.cc |
index 343f57bfb553ce1ecc266303a0a1523a0c96da25..119166b919e99e14c56ce008471d4766c671378f 100644 |
--- a/chrome/browser/gtk/first_run_bubble.cc |
+++ b/chrome/browser/gtk/first_run_bubble.cc |
@@ -48,6 +48,10 @@ void FirstRunBubble::InfoBubbleClosing(InfoBubbleGtk* info_bubble, |
// TODO(port): Enable parent window |
} |
+bool FirstRunBubble::CloseOnEscape() { |
+ return true; |
+} |
+ |
void FirstRunBubble::Observe(NotificationType type, |
const NotificationSource& source, |
const NotificationDetails& details) { |