Index: chrome/browser/gtk/browser_window_gtk.cc |
diff --git a/chrome/browser/gtk/browser_window_gtk.cc b/chrome/browser/gtk/browser_window_gtk.cc |
index 5416814a5e10f85d8cfd4950f42cfee472b8fe5c..60689421394469db992d45d9d6e2be991a487f22 100644 |
--- a/chrome/browser/gtk/browser_window_gtk.cc |
+++ b/chrome/browser/gtk/browser_window_gtk.cc |
@@ -719,6 +719,7 @@ void BrowserWindowGtk::UserChangedTheme() { |
toolbar_->UserChangedTheme(); |
GtkThemeProperties properties(browser_->profile()); |
bookmark_bar_->UserChangedTheme(&properties); |
+ status_bubble_->UserChangedTheme(&properties); |
} |
int BrowserWindowGtk::GetExtraRenderViewHeight() const { |
@@ -1020,7 +1021,7 @@ void BrowserWindowGtk::InitWidgets() { |
infobar_container_->widget(), |
FALSE, FALSE, 0); |
- status_bubble_.reset(new StatusBubbleGtk()); |
+ status_bubble_.reset(new StatusBubbleGtk(browser_->profile())); |
contents_container_.reset(new TabContentsContainerGtk(status_bubble_.get())); |
contents_container_->AddContainerToBox(render_area_vbox_); |