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

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

Issue 21219002: Remove PluginDelegate completely. In a followup I'll rename PepperPluginDelegateImpl to something c… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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
« no previous file with comments | « content/renderer/pepper/pepper_broker.h ('k') | content/renderer/pepper/pepper_file_io_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_file_io_host.h
===================================================================
--- content/renderer/pepper/pepper_file_io_host.h (revision 214295)
+++ content/renderer/pepper/pepper_file_io_host.h (working copy)
@@ -23,7 +23,6 @@
using ppapi::host::ReplyMessageContext;
namespace content {
-class PluginDelegate;
class QuotaFileIO;
class PepperFileIOHost : public ppapi::host::ResourceHost,
@@ -97,9 +96,6 @@
base::PlatformFileError error_code,
int bytes_written);
- // TODO(victorhsieh): eliminate plugin_delegate_ as it's no longer needed.
- PluginDelegate* plugin_delegate_; // Not owned.
-
base::PlatformFile file_;
// The file system type specified in the Open() call. This will be
« no previous file with comments | « content/renderer/pepper/pepper_broker.h ('k') | content/renderer/pepper/pepper_file_io_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698