Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3010)

Unified Diff: chrome/browser/gtk/browser_window_gtk.cc

Issue 149259: GTK Themes: Status bubble obeys GTK colors now. (Closed)
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/gtk/status_bubble_gtk.h » ('j') | chrome/browser/gtk/status_bubble_gtk.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_);
« no previous file with comments | « no previous file | chrome/browser/gtk/status_bubble_gtk.h » ('j') | chrome/browser/gtk/status_bubble_gtk.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698