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

Unified Diff: webrtc/base/win32filesystem.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/unixfilesystem.cc ('k') | webrtc/base/win32filesystem.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/win32filesystem.h
diff --git a/webrtc/base/win32filesystem.h b/webrtc/base/win32filesystem.h
index 9e61436422721269be228a76735097a723b5d674..14a4a801af40e7ca8a80128447b5cc40b5d54f67 100644
--- a/webrtc/base/win32filesystem.h
+++ b/webrtc/base/win32filesystem.h
@@ -51,9 +51,6 @@ class Win32Filesystem : public FilesystemInterface {
// directory either exists, or is also absent.
virtual bool IsAbsent(const Pathname& pathname);
- // Returns true if pathname represents a temporary location on the system.
- virtual bool IsTemporaryPath(const Pathname& pathname);
-
// All of the following functions set pathname and return true if successful.
// Returned paths always include a trailing backslash.
// If create is true, the path will be recursively created.
@@ -70,9 +67,6 @@ class Win32Filesystem : public FilesystemInterface {
virtual bool GetTemporaryFolder(Pathname &path, bool create,
const std::string *append);
- // Get a temporary folder that is unique to the current user and application.
- virtual bool GetAppTempFolder(Pathname* path);
-
private:
// Returns the path to the running application.
bool GetAppPathname(Pathname* path);
« no previous file with comments | « webrtc/base/unixfilesystem.cc ('k') | webrtc/base/win32filesystem.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698