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

Unified Diff: chrome/browser/win/jumplist.h

Issue 2811003002: Experiment with USER_VISIBLE priority for update_jumplisticons_task_runner_ (Closed)
Patch Set: Update function names temporarily for UMA metric tracking. Created 3 years, 8 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 | « no previous file | chrome/browser/win/jumplist.cc » ('j') | chrome/browser/win/jumplist.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/win/jumplist.h
diff --git a/chrome/browser/win/jumplist.h b/chrome/browser/win/jumplist.h
index 225b49fa5ed850e2bfcfecc542a34516711da665..a66dbafdecca666aca6a1c64c07acabcec4e44b1 100644
--- a/chrome/browser/win/jumplist.h
+++ b/chrome/browser/win/jumplist.h
@@ -152,8 +152,8 @@ class JumpList : public sessions::TabRestoreServiceObserver,
// Helper for RunUpdate() that determines its parameters.
void PostRunUpdate();
- // Called on a timer to invoke RunUpdateJumpList() after requests storms
- // have subsided.
+ // Called on a timer to invoke RunUpdateJumpListUserVisiblePriority() after
+ // requests storms have subsided.
void DeferredRunUpdate();
// history::TopSitesObserver implementation.
« no previous file with comments | « no previous file | chrome/browser/win/jumplist.cc » ('j') | chrome/browser/win/jumplist.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698