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

Unified Diff: chrome/browser/ui/gtk/zoom_bubble_gtk.h

Issue 10494004: Implements a zoom icon in the Omnibox for Views. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 7 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/gtk/zoom_bubble_gtk.h
diff --git a/chrome/browser/ui/gtk/zoom_bubble_gtk.h b/chrome/browser/ui/gtk/zoom_bubble_gtk.h
index 4aa09c0d1e878199f5c772fdda879bc5799b995f..8235dd7ba40d83124fa1a6d468d4b750b1100afe 100644
--- a/chrome/browser/ui/gtk/zoom_bubble_gtk.h
+++ b/chrome/browser/ui/gtk/zoom_bubble_gtk.h
@@ -37,10 +37,8 @@ class ZoomBubbleGtk : public BubbleDelegateGtk,
const content::NotificationDetails& details) OVERRIDE;
private:
- ZoomBubbleGtk(GtkWidget* anchor,
- Profile* profile,
- int zoom_percent,
- bool autoclose);
+ ZoomBubbleGtk(GtkWidget* anchor, Profile* profile,
Ben Goodger (Google) 2012/06/04 15:16:49 leave it the way it was
Kyle Horimoto 2012/06/05 05:03:59 Oops - this was changed in my other CL and must ha
+ int zoomPercent, bool autoclose);
virtual ~ZoomBubbleGtk();
// Closes the zoom bubble.

Powered by Google App Engine
This is Rietveld 408576698