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

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

Issue 7606029: WebUI TaskManager: Supports background-page mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months 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
Index: chrome/browser/ui/webui/task_manager_dialog.h
diff --git a/chrome/browser/ui/webui/task_manager_dialog.h b/chrome/browser/ui/webui/task_manager_dialog.h
index 7aa5bf4bd28d33f225827e210bdaac59b733831c..7d5391834d20beb3540cf3064e56a71aea442fd8 100644
--- a/chrome/browser/ui/webui/task_manager_dialog.h
+++ b/chrome/browser/ui/webui/task_manager_dialog.h
@@ -9,6 +9,7 @@
class TaskManagerDialog {
public:
static void Show();
+ static void ShowBackgroundPages();
};
#endif // CHROME_BROWSER_UI_WEBUI_TASK_MANAGER_DIALOG_H_

Powered by Google App Engine
This is Rietveld 408576698