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

Unified Diff: chrome/browser/task_manager/providers/task.h

Issue 2653563003: Add a "Keepalive count" column to Task Manager. (Closed)
Patch Set: Restructure GetColumnIdAsString implementation macros Created 3 years, 11 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/task_manager/providers/task.h
diff --git a/chrome/browser/task_manager/providers/task.h b/chrome/browser/task_manager/providers/task.h
index 0c04857e9846969a495f6cbfe7ba011115bbd941..59c65cbf3708fafd3991a744415eb9e07fbdb4c0 100644
--- a/chrome/browser/task_manager/providers/task.h
+++ b/chrome/browser/task_manager/providers/task.h
@@ -135,6 +135,8 @@ class Task {
virtual bool ReportsWebCacheStats() const;
virtual blink::WebCache::ResourceTypeStats GetWebCacheStats() const;
+ virtual int GetKeepaliveCount() const;
+
// Checking whether the task reports network usage.
bool ReportsNetworkUsage() const;

Powered by Google App Engine
This is Rietveld 408576698