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

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

Issue 2812983005: Revert some jumplist function names (Closed)
Patch Set: 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 | « chrome/browser/win/jumplist.cc ('k') | chrome/browser/win/jumplist_file_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cd51de55a25fe8329b354c9ef64b5282f2f13477..f9ab7a8fc61427cf60c10efe8c7c8882203a6060 100644
--- a/chrome/browser/win/jumplist_file_util.h
+++ b/chrome/browser/win/jumplist_file_util.h
@@ -79,8 +79,7 @@ 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 DeleteDirectoryContentAndLogResultsUserVisiblePriority(
- const base::FilePath& path,
- int max_file_deleted);
+void DeleteDirectoryContentAndLogResults(const base::FilePath& path,
+ int max_file_deleted);
#endif // CHROME_BROWSER_WIN_JUMPLIST_FILE_UTIL_H_
« no previous file with comments | « chrome/browser/win/jumplist.cc ('k') | chrome/browser/win/jumplist_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698