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

Unified Diff: webkit/chromeos/fileapi/cros_mount_point_provider.h

Issue 7067020: Moving mediaplayer to the chrome filebrowser. Observable behaviour should not change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resolved conflicts. Created 9 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
Index: webkit/chromeos/fileapi/cros_mount_point_provider.h
diff --git a/webkit/chromeos/fileapi/cros_mount_point_provider.h b/webkit/chromeos/fileapi/cros_mount_point_provider.h
index 7c48df410d81d46fbd34d277b7ca930e67072763..40afae2145b3a621831c59af383e9de1603fa9cc 100644
--- a/webkit/chromeos/fileapi/cros_mount_point_provider.h
+++ b/webkit/chromeos/fileapi/cros_mount_point_provider.h
@@ -52,6 +52,8 @@ class CrosMountPointProvider
const std::string& extension_id) OVERRIDE;
virtual void AddMountPoint(FilePath mount_point) OVERRIDE;
virtual void RemoveMountPoint(FilePath mount_point) OVERRIDE;
+ virtual bool GetVirtualPath(const FilePath& filesystem_path,
+ FilePath* virtual_path) OVERRIDE;
private:
class GetFileSystemRootPathTask;
« no previous file with comments | « chrome/renderer/resources/renderer_extension_bindings.js ('k') | webkit/chromeos/fileapi/cros_mount_point_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698