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

Unified Diff: webrtc/base/unixfilesystem.h

Issue 2887093002: Delete FilesystemInterface::DeleteFolderAndContents and related methods. (Closed)
Patch Set: Created 3 years, 7 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 | « webrtc/base/fileutils.cc ('k') | webrtc/base/unixfilesystem.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/unixfilesystem.h
diff --git a/webrtc/base/unixfilesystem.h b/webrtc/base/unixfilesystem.h
index 84202e325079d2be209d131b50a5fa112cc85d3f..6a124ff6b70d4ee555605af953b909d16bcadc0a 100644
--- a/webrtc/base/unixfilesystem.h
+++ b/webrtc/base/unixfilesystem.h
@@ -65,9 +65,6 @@ class UnixFilesystem : public FilesystemInterface {
// Returns true if a pathname is a directory
bool IsFolder(const Pathname& pathname) override;
- // Returns true if pathname represents a temporary location on the system.
- bool IsTemporaryPath(const Pathname& pathname) override;
-
// Returns true of pathname represents an existing file
bool IsFile(const Pathname& pathname) override;
@@ -89,9 +86,6 @@ class UnixFilesystem : public FilesystemInterface {
FileTimeType which,
time_t* time) override;
- // Get a temporary folder that is unique to the current user and application.
- bool GetAppTempFolder(Pathname* path) override;
-
private:
#if defined(WEBRTC_ANDROID) || defined(WEBRTC_MAC)
static char* provided_app_data_folder_;
« no previous file with comments | « webrtc/base/fileutils.cc ('k') | webrtc/base/unixfilesystem.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698