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

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

Issue 2126103003: Change chrome:// favicons in tabstrip based on theming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 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
Index: chrome/browser/themes/theme_service.cc
diff --git a/chrome/browser/themes/theme_service.cc b/chrome/browser/themes/theme_service.cc
index 64380f1284626dd6a0acd65c4fa54b7cca917a80..3abfc223684dc59dcf036bcd0ad86b9abf321dca 100644
--- a/chrome/browser/themes/theme_service.cc
+++ b/chrome/browser/themes/theme_service.cc
@@ -123,6 +123,10 @@ SkColor ThemeService::BrowserThemeProvider::GetColor(int id) const {
return theme_service_.GetColor(id, incognito_);
}
+color_utils::HSL ThemeService::BrowserThemeProvider::GetTint(int id) const {
+ return theme_service_.GetTint(id, incognito_);
+}
+
int ThemeService::BrowserThemeProvider::GetDisplayProperty(int id) const {
return theme_service_.GetDisplayProperty(id);
}
« no previous file with comments | « chrome/browser/themes/theme_service.h ('k') | chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698