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

Unified Diff: webrtc/rtc_base/win32filesystem.h

Issue 2995413002: Delete Filesystem::GetTemporaryFolder. (Closed)
Patch Set: Created 3 years, 4 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/rtc_base/unixfilesystem.cc ('k') | webrtc/rtc_base/win32filesystem.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/win32filesystem.h
diff --git a/webrtc/rtc_base/win32filesystem.h b/webrtc/rtc_base/win32filesystem.h
index f7a6ab4c842ae0f169bd77445a982a80cd166b3e..9d420331e52dbbdd428668e3c269e503fd9e799d 100644
--- a/webrtc/rtc_base/win32filesystem.h
+++ b/webrtc/rtc_base/win32filesystem.h
@@ -51,12 +51,6 @@ class Win32Filesystem : public FilesystemInterface {
const std::string& prefix) override;
bool GetFileSize(const Pathname& path, size_t* size) override;
-
- // A folder appropriate for storing temporary files (Contents are
- // automatically deleted when the program exists)
- bool GetTemporaryFolder(Pathname& path,
- bool create,
- const std::string* append) override;
};
} // namespace rtc
« no previous file with comments | « webrtc/rtc_base/unixfilesystem.cc ('k') | webrtc/rtc_base/win32filesystem.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698