Chromium Code Reviews| 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. |