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

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

Issue 23523024: Fix and re-enable PrerenderTaskManager test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reorder functions Created 7 years, 3 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
« no previous file with comments | « chrome/browser/prerender/prerender_browsertest.cc ('k') | chrome/browser/task_manager/task_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 eb62db1eb048f5276701be8997053a5352d16fb7..9517a9e735ebac0d46563695f110d191a7b20294 100644
--- a/chrome/browser/task_manager/task_manager.h
+++ b/chrome/browser/task_manager/task_manager.h
@@ -306,6 +306,9 @@ class TaskManagerModel : public base::RefCountedThreadSafe<TaskManagerModel> {
// changes to the model.
void ModelChanged();
+ // Updates the values for all rows.
+ void Refresh();
+
void NotifyResourceTypeStats(
base::ProcessId renderer_id,
const WebKit::WebCache::ResourceTypeStats& stats);
@@ -450,9 +453,6 @@ class TaskManagerModel : public base::RefCountedThreadSafe<TaskManagerModel> {
// Callback from the timer to refresh. Invokes Refresh() as appropriate.
void RefreshCallback();
- // Updates the values for all rows.
- void Refresh();
-
void RefreshVideoMemoryUsageStats();
// Returns the network usage (in bytes per seconds) for the specified
« no previous file with comments | « chrome/browser/prerender/prerender_browsertest.cc ('k') | chrome/browser/task_manager/task_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698