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

Unified Diff: chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h

Issue 12315069: Mac: Update zoom bubble UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 7 years, 10 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/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_

Powered by Google App Engine
This is Rietveld 408576698