summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/first_run_bubble.cc
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-02 00:40:44 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-02 00:40:44 +0000
commitb79e05771090e7ff898bad1f9fab1f52080bfb7c (patch)
tree36170d1ac1ef25eef1a0ae232cb35d2643d751e6 /chrome/browser/gtk/first_run_bubble.cc
parent3462f90febf9b651d62b317d8add81e782cf00c8 (diff)
downloadchromium_src-b79e05771090e7ff898bad1f9fab1f52080bfb7c.zip
chromium_src-b79e05771090e7ff898bad1f9fab1f52080bfb7c.tar.gz
chromium_src-b79e05771090e7ff898bad1f9fab1f52080bfb7c.tar.bz2
GTK: don't apply gtk theme to the info bubble for the extension popup.
BUG=29096 Review URL: http://codereview.chromium.org/450043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33523 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/first_run_bubble.cc')
-rw-r--r--chrome/browser/gtk/first_run_bubble.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/gtk/first_run_bubble.cc b/chrome/browser/gtk/first_run_bubble.cc
index 4624f7d..96cf7411 100644
--- a/chrome/browser/gtk/first_run_bubble.cc
+++ b/chrome/browser/gtk/first_run_bubble.cc
@@ -150,6 +150,7 @@ FirstRunBubble::FirstRunBubble(Profile* profile,
rect,
content_,
arrow_location,
+ true,
theme_provider_,
this); // delegate
if (!bubble_) {