Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4087)

Unified Diff: chrome/browser/ui/webui/task_manager_handler.h

Issue 8515001: Revert 109394 - WebUI TaskManager: Add "Activate page" feature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/task_manager/task_manager.cc ('k') | chrome/browser/ui/webui/task_manager_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/task_manager_handler.h
===================================================================
--- chrome/browser/ui/webui/task_manager_handler.h (revision 109396)
+++ chrome/browser/ui/webui/task_manager_handler.h (working copy)
@@ -38,9 +38,6 @@
// Callback for the "killProcess" message.
void HandleKillProcess(const base::ListValue* indexes);
- // Callback for the "activatePage" message.
- void HandleActivatePage(const base::ListValue* resource_index);
-
// Callback for the "inspect" message.
void HandleInspect(const base::ListValue* resource_index);
« no previous file with comments | « chrome/browser/task_manager/task_manager.cc ('k') | chrome/browser/ui/webui/task_manager_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698