| Index: chrome/browser/gtk/task_manager_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/task_manager_gtk.h (revision 22016)
|
| +++ chrome/browser/gtk/task_manager_gtk.h (working copy)
|
| @@ -61,6 +61,9 @@
|
| // Activates the tab associated with the focused row.
|
| void ActivateFocusedTab();
|
|
|
| + // Opens about:memory in a new foreground tab.
|
| + void OnLinkActivated();
|
| +
|
| // response signal handler that notifies us of dialog responses.
|
| static void OnResponse(GtkDialog* dialog, gint response_id,
|
| TaskManagerGtk* task_manager);
|
|
|