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

Unified Diff: trunk/src/content/public/renderer/content_renderer_client.h

Issue 60323002: Revert 232547 "Pepper: Move FileIO host from renderer to browser." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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 | « trunk/src/content/content_tests.gypi ('k') | trunk/src/content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/public/renderer/content_renderer_client.h
===================================================================
--- trunk/src/content/public/renderer/content_renderer_client.h (revision 233010)
+++ trunk/src/content/public/renderer/content_renderer_client.h (working copy)
@@ -239,6 +239,12 @@
// startup steps).
virtual bool IsExternalPepperPlugin(const std::string& module_name);
+ // Returns true if plugin living in the container can use
+ // pp::FileIO::RequestOSFileHandle.
+ // TODO(teravest): Remove this when FileIO is moved to the browser.
+ virtual bool IsPluginAllowedToCallRequestOSFileHandle(
+ WebKit::WebPluginContainer* container);
+
// Returns whether BrowserPlugin should be allowed within the |container|.
virtual bool AllowBrowserPlugin(WebKit::WebPluginContainer* container);
« no previous file with comments | « trunk/src/content/content_tests.gypi ('k') | trunk/src/content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698