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

Unified Diff: chrome/browser/win/jumplist_file_util.cc

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
« chrome/browser/win/jumplist.cc ('K') | « chrome/browser/win/jumplist_file_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/win/jumplist_file_util.cc
diff --git a/chrome/browser/win/jumplist_file_util.cc b/chrome/browser/win/jumplist_file_util.cc
index 7c9870441d73388df3cc79f22f9977169ac4672e..720896ba08b6664c64608c476f34615181c9868d 100644
--- a/chrome/browser/win/jumplist_file_util.cc
+++ b/chrome/browser/win/jumplist_file_util.cc
@@ -123,8 +123,9 @@ void DeleteDirectoryAndLogResults(const base::FilePath& path,
dir_status, DIRECTORY_STATUS_END);
}
-void DeleteDirectoryContentAndLogResults(const base::FilePath& path,
- int max_file_deleted) {
+void DeleteDirectoryContentAndLogResultsUserVisiblePriority(
+ const base::FilePath& path,
+ int max_file_deleted) {
DirectoryStatus dir_status = NON_EXIST;
// Delete the content in |path|. If |path| doesn't exist, create one.
« chrome/browser/win/jumplist.cc ('K') | « chrome/browser/win/jumplist_file_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698