| 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 dd9dd961da0452f13b17856e9df002190ca964f0..f9ab7a8fc61427cf60c10efe8c7c8882203a6060 100644
|
| --- a/chrome/browser/win/jumplist_file_util.h
|
| +++ b/chrome/browser/win/jumplist_file_util.h
|
| @@ -78,4 +78,8 @@ FolderDeleteResult DeleteDirectory(const base::FilePath& path,
|
| 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);
|
| +
|
| #endif // CHROME_BROWSER_WIN_JUMPLIST_FILE_UTIL_H_
|
|
|