Comment #7 on issue 25158 by [email protected]: "Recently closed" and
bookmark bar bubble on ntp have different colors
http://code.google.com/p/chromium/issues/detail?id=25158
The obvious patch (
#if !defined(OS_MACOSX)
...
#else
const SkColor kDefaultColorNTPHeader = SkColorSetRGB(178, 178, 178); //
window header color, "recent links" border color
// bg color of "recent links" section
const SkColor kDefaultColorNTPSection = SkColorSetRGB(230, 230, 230);
#endif
in browser_theme_provider.cc
)
also turns the window frames on the NTP grey. I talked to the UI folks,
that's not desired. So one probably has to add another ID to
BrowserThemeProvider::GetDefaultColor(), say kDefaultColorRecentLinks, but
make sure that if a theme specifies kDefaultColorNTPHeader, it needs to
override that
new default color.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs