| Index: chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h | 
| diff --git a/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h b/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h | 
| index b59e8cacac96f0e31da8f3152c6d71cfddd1fcb4..d4c5b51419128cd9c67a1f969aae422670932316 100644 | 
| --- a/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h | 
| +++ b/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h | 
| @@ -51,6 +51,12 @@ class WebContents; | 
| // Button action from the bubble that resets the zoom level to the default. | 
| - (void)resetToDefault:(id)sender; | 
|  | 
| +// Button action from the bubble that increases the zoom level. | 
| +- (void)zoomIn:(id)sender; | 
| + | 
| +// Button action from the bubble that decreases the zoom level. | 
| +- (void)zoomOut:(id)sender; | 
| + | 
| @end | 
|  | 
| #endif  // CHROME_BROWSER_UI_COCOA_BROWSER_ZOOM_BUBBLE_CONTROLLER_H_ | 
|  |