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

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

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_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 720896ba08b6664c64608c476f34615181c9868d..7c9870441d73388df3cc79f22f9977169ac4672e 100644
--- a/chrome/browser/win/jumplist_file_util.cc
+++ b/chrome/browser/win/jumplist_file_util.cc
@@ -123,9 +123,8 @@ void DeleteDirectoryAndLogResults(const base::FilePath& path,
dir_status, DIRECTORY_STATUS_END);
}
-void DeleteDirectoryContentAndLogResultsUserVisiblePriority(
- const base::FilePath& path,
- int max_file_deleted) {
+void DeleteDirectoryContentAndLogResults(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.
« no previous file with comments | « 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