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

Unified Diff: chrome/browser/themes/theme_service_aurax11.cc

Issue 2290053002: Remove some unused theming code for GTK. (Closed)
Patch Set: attempt to preserve gtk3 functionality Created 4 years, 4 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
Index: chrome/browser/themes/theme_service_aurax11.cc
diff --git a/chrome/browser/themes/theme_service_aurax11.cc b/chrome/browser/themes/theme_service_aurax11.cc
index 71a573ab303036f13f63031db536f328bff3cb82..722443176325e101dbad9fbaa84bd2d1bfe0f0d7 100644
--- a/chrome/browser/themes/theme_service_aurax11.cc
+++ b/chrome/browser/themes/theme_service_aurax11.cc
@@ -65,11 +65,11 @@ bool SystemThemeX11::GetColor(int id, SkColor* color) const {
}
gfx::Image SystemThemeX11::GetImageNamed(int id) {
- return linux_ui_ ? linux_ui_->GetThemeImageNamed(id) : gfx::Image();
+ return gfx::Image();
}
bool SystemThemeX11::HasCustomImage(int id) const {
- return linux_ui_ && linux_ui_->HasCustomImage(id);
+ return false;
}
SystemThemeX11::~SystemThemeX11() {}

Powered by Google App Engine
This is Rietveld 408576698