summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/first_run_bubble.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/first_run_bubble.cc')
-rw-r--r--chrome/browser/gtk/first_run_bubble.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/gtk/first_run_bubble.cc b/chrome/browser/gtk/first_run_bubble.cc
index d70c94c..f2a8433 100644
--- a/chrome/browser/gtk/first_run_bubble.cc
+++ b/chrome/browser/gtk/first_run_bubble.cc
@@ -156,7 +156,8 @@ FirstRunBubble::FirstRunBubble(Profile* profile,
rect,
content_,
arrow_location,
- true,
+ true, // match_system_theme
+ true, // grab_input
theme_provider_,
this); // delegate
if (!bubble_) {