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

Unified Diff: chrome/browser/ui/cocoa/tabs/tab_strip_controller.h

Issue 2430493002: [Mac] Fix rough-looking profile picker text, especially with a dark theme. (Closed)
Patch Set: Scopify! Created 3 years, 11 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/tabs/tab_strip_controller.h
diff --git a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
index a9566eaa202917f1ddb45ffeb5761a86f9438b2f..c533adcc4dbacdfa5a787835355677316a1d3a2d 100644
--- a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
+++ b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
@@ -293,10 +293,6 @@ class WebContents;
// Returns the alert state associated with the contents.
- (TabAlertState)alertStateForContents:(content::WebContents*)contents;
-
-// Leaving visual effects enabled when fullscreen results in higher power
-// consumption. This is used to disable effects when fullscreen.
-- (void)setVisualEffectsDisabledForFullscreen:(BOOL)disabled;
@end
@interface TabStripController(TestingAPI)

Powered by Google App Engine
This is Rietveld 408576698