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

Unified Diff: chrome/browser/win/jumplist_file_util.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
Index: chrome/browser/win/jumplist_file_util.h
diff --git a/chrome/browser/win/jumplist_file_util.h b/chrome/browser/win/jumplist_file_util.h
index f9ab7a8fc61427cf60c10efe8c7c8882203a6060..cd51de55a25fe8329b354c9ef64b5282f2f13477 100644
--- a/chrome/browser/win/jumplist_file_util.h
+++ b/chrome/browser/win/jumplist_file_util.h
@@ -79,7 +79,8 @@ void DeleteDirectoryAndLogResults(const base::FilePath& path,
int max_file_deleted);
// Deletes the content in the directory at |path| and records the result to UMA.
-void DeleteDirectoryContentAndLogResults(const base::FilePath& path,
- int max_file_deleted);
+void DeleteDirectoryContentAndLogResultsUserVisiblePriority(
+ const base::FilePath& path,
+ int max_file_deleted);
#endif // CHROME_BROWSER_WIN_JUMPLIST_FILE_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698