Index: chrome/browser/task_manager/task_manager.h |
diff --git a/chrome/browser/task_manager/task_manager.h b/chrome/browser/task_manager/task_manager.h |
index 31ea9a8c8db79c4f332df66357389e967655e116..062cf3a76b58831152728d75677e97dcdcef7370 100644 |
--- a/chrome/browser/task_manager/task_manager.h |
+++ b/chrome/browser/task_manager/task_manager.h |
@@ -83,11 +83,6 @@ class TaskManager { |
void OpenAboutMemory(chrome::HostDesktopType desktop_type); |
- // Returns the number of background pages that will be displayed in the |
- // TaskManager. Used by the wrench menu code to display a count of background |
- // pages in the "View Background Pages" menu item. |
- static int GetBackgroundPageCount(); |
- |
private: |
FRIEND_TEST_ALL_PREFIXES(TaskManagerTest, Basic); |
FRIEND_TEST_ALL_PREFIXES(TaskManagerTest, Resources); |