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

Unified Diff: chrome/browser/ui/cocoa/download/background_theme.h

Issue 2087893002: [cocoa] increase tab strip contrast in "Increase Contrast" mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 10.9 detection & themeless windows Created 4 years, 6 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/ui/cocoa/download/background_theme.h
diff --git a/chrome/browser/ui/cocoa/download/background_theme.h b/chrome/browser/ui/cocoa/download/background_theme.h
index 294140755a930cc54bdd9475b8553744ad490c62..565b01960f66e01b21bfc5958d166d63d7702265 100644
--- a/chrome/browser/ui/cocoa/download/background_theme.h
+++ b/chrome/browser/ui/cocoa/download/background_theme.h
@@ -31,6 +31,7 @@ class BackgroundTheme : public ui::ThemeProvider {
NSColor* GetNSColor(int id) const override;
NSColor* GetNSColorTint(int id) const override;
NSGradient* GetNSGradient(int id) const override;
+ bool ShouldIncreaseContrast() const override;
private:
const ui::ThemeProvider* provider_;

Powered by Google App Engine
This is Rietveld 408576698