| 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)
 | 
| 
 |