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

Unified Diff: webrtc/base/win32filesystem.h

Issue 2934483002: Delete unused method Win32Filesystem::GetAppPathname. (Closed)
Patch Set: Rebased. Created 3 years, 6 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 | « no previous file | 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 7ddbbd7e6c050ec80ff78b3009b2d66377a3909c..1a52d62fe61aabc72aea73e54d4a11eac0cf8a74 100644
--- a/webrtc/base/win32filesystem.h
+++ b/webrtc/base/win32filesystem.h
@@ -60,10 +60,6 @@ class Win32Filesystem : public FilesystemInterface {
bool GetTemporaryFolder(Pathname& path,
bool create,
const std::string* append) override;
-
- private:
- // Returns the path to the running application.
- bool GetAppPathname(Pathname* path);
};
} // namespace rtc
« no previous file with comments | « no previous file | webrtc/base/win32filesystem.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698