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

Unified Diff: webkit/plugins/ppapi/plugin_delegate.h

Issue 7618039: PPB_URLRequestInfo::AppendFileToBody using sync ipc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 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
Index: webkit/plugins/ppapi/plugin_delegate.h
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
index 38e659122bdaf0261eee10a029af045f21380d9d..fcbf296307d831348fad1911f93826230f1e2df8 100644
--- a/webkit/plugins/ppapi/plugin_delegate.h
+++ b/webkit/plugins/ppapi/plugin_delegate.h
@@ -363,6 +363,10 @@ class PluginDelegate {
virtual base::PlatformFileError GetDirContents(const PepperFilePath& path,
DirContents* contents) = 0;
+ // Synchronously returns the platform file path for a filesystem URL.
+ virtual void SyncGetFileSystemPlatformPath(const GURL& url,
+ FilePath* platform_path) = 0;
+
// Returns a MessageLoopProxy instance associated with the message loop
// of the file thread in this renderer.
virtual scoped_refptr<base::MessageLoopProxy>

Powered by Google App Engine
This is Rietveld 408576698