| 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 c533adcc4dbacdfa5a787835355677316a1d3a2d..a9566eaa202917f1ddb45ffeb5761a86f9438b2f 100644
 | 
| --- a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
 | 
| +++ b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
 | 
| @@ -293,6 +293,10 @@
 | 
|  
 | 
|  // 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)
 | 
| 
 |