Home | History | Annotate | Download | only in download

Lines Matching defs:new_path

480   base::FilePath new_path =
484 if (new_path.MatchesExtension(FILE_PATH_LITERAL(".remove")))
485 new_path = new_path.RemoveExtension();
486 callback.Run(new_path, DownloadPathReservationTracker::UNIQUIFY);