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

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

Issue 33053002: Pepper: Move FileIO host from renderer to browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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 | « content/content_tests.gypi ('k') | 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: content/public/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index 9a5baada389c4378a2a53fde335b8202c47df690..a3a6e5bc19079042abb9e9153e0f1076df4fe74d 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -239,12 +239,6 @@ class CONTENT_EXPORT ContentRendererClient {
// 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(
- blink::WebPluginContainer* container);
-
// Returns whether BrowserPlugin should be allowed within the |container|.
virtual bool AllowBrowserPlugin(blink::WebPluginContainer* container);
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698