| Index: chrome/browser/ui/gtk/gtk_util.h
|
| diff --git a/chrome/browser/ui/gtk/gtk_util.h b/chrome/browser/ui/gtk/gtk_util.h
|
| index 2820f4748b34e16c4d41a9d49b16c0bfd0244fd4..f221200e6b0dce8401a994c6fcbaff2157e1f16f 100644
|
| --- a/chrome/browser/ui/gtk/gtk_util.h
|
| +++ b/chrome/browser/ui/gtk/gtk_util.h
|
| @@ -113,9 +113,6 @@ void ConvertWidgetPointToScreen(GtkWidget* widget, gfx::Point* p);
|
| GtkWidget* CenterWidgetInHBox(GtkWidget* hbox, GtkWidget* widget,
|
| bool pack_at_end, int padding);
|
|
|
| -// Enumerates the top-level gdk windows of the current display.
|
| -void EnumerateTopLevelWindows(ui::EnumerateWindowsDelegate* delegate);
|
| -
|
| // Set that clicking the button with the given mouse buttons will cause a click
|
| // event.
|
| // NOTE: If you need to connect to the button-press-event or
|
|
|