| Index: chrome/browser/gtk/task_manager_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/task_manager_gtk.h (revision 24167)
|
| +++ chrome/browser/gtk/task_manager_gtk.h (working copy)
|
| @@ -68,6 +68,10 @@
|
| static void OnResponse(GtkDialog* dialog, gint response_id,
|
| TaskManagerGtk* task_manager);
|
|
|
| + // realize signal handler to set the page column's initial size.
|
| + static void OnTreeViewRealize(GtkTreeView* treeview,
|
| + TaskManagerGtk* task_manager);
|
| +
|
| // changed signal handler that is sent when the treeview selection changes.
|
| static void OnSelectionChanged(GtkTreeSelection* selection,
|
| TaskManagerGtk* task_manager);
|
|
|