| 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 33a410859969900b0e4d40efdffbb3680448e728..7ef1f17f11666caaf71c3b1fed6ce047ea7a2def 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
|
| @@ -290,6 +290,9 @@ 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)
|
|
|