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

Unified Diff: content/renderer/pepper/pepper_plugin_delegate_impl.h

Issue 10541113: Notify CloseFile from Pepper to FileSystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 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
Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
index 9cae5fafff1ddbd4edb378e52c97e409f419f292..7a6a4916f750f72927e71fd88339abaeed613a0c 100644
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
@@ -216,7 +216,7 @@ class PepperPluginDelegateImpl
virtual bool AsyncOpenFileSystemURL(
const GURL& path,
int flags,
- const AsyncOpenFileCallback& callback) OVERRIDE;
+ const AsyncOpenFileSystemURLCallback& callback) OVERRIDE;
virtual bool OpenFileSystem(
const GURL& url,
fileapi::FileSystemType type,
@@ -467,6 +467,9 @@ class PepperPluginDelegateImpl
MouseLockDispatcher* GetMouseLockDispatcher(
webkit::ppapi::PluginInstance* instance);
+ // Notifies the file system about file close.
+ void DoNotifyCloseFile(const GURL& path, base::PlatformFileError unused);
+
// Pointer to the RenderView that owns us.
RenderViewImpl* render_view_;

Powered by Google App Engine
This is Rietveld 408576698