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

Unified Diff: webkit/browser/fileapi/local_file_util.h

Issue 15686005: Cleanup: Remove unnecessary LocalFileUtil::GetLocalPath() decl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | webkit/browser/fileapi/local_file_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/local_file_util.h
diff --git a/webkit/browser/fileapi/local_file_util.h b/webkit/browser/fileapi/local_file_util.h
index 54c3e32a6a1809d63e3e316a6a427f3f2149a6ae..80a698a0e32ef41848345f0b9e1616c7a9b891dc 100644
--- a/webkit/browser/fileapi/local_file_util.h
+++ b/webkit/browser/fileapi/local_file_util.h
@@ -90,12 +90,6 @@ class WEBKIT_STORAGE_EXPORT_PRIVATE LocalFileUtil : public FileSystemFileUtil {
base::FilePath* platform_path) OVERRIDE;
private:
- // Given the filesystem url, produces a real, full local path for the
- // underlying filesystem (which is usually the native filesystem).
- FileSystemURL GetLocalPath(
- FileSystemOperationContext* context,
- const FileSystemURL& url);
-
DISALLOW_COPY_AND_ASSIGN(LocalFileUtil);
};
« no previous file with comments | « no previous file | webkit/browser/fileapi/local_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698