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

Unified Diff: trunk/src/content/renderer/pepper/pepper_file_chooser_host.h

Issue 23462016: Revert 219911 "Pepper: Move FileRef to the "new" resource proxy." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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: trunk/src/content/renderer/pepper/pepper_file_chooser_host.h
===================================================================
--- trunk/src/content/renderer/pepper/pepper_file_chooser_host.h (revision 220164)
+++ trunk/src/content/renderer/pepper/pepper_file_chooser_host.h (working copy)
@@ -15,10 +15,6 @@
#include "ppapi/host/resource_host.h"
#include "ppapi/proxy/resource_message_params.h"
-namespace ppapi {
-struct FileRefCreateInfo;
-}
-
namespace content {
class RendererPpapiHost;
@@ -55,18 +51,12 @@
const std::string& suggested_file_name,
const std::vector<std::string>& accept_mime_types);
- void DidCreateResourceHosts(const std::vector<base::FilePath>& file_paths,
- const std::vector<std::string>& display_names,
- const std::vector<int>& ids);
-
// Non-owning pointer.
RendererPpapiHost* renderer_ppapi_host_;
ppapi::host::ReplyMessageContext reply_context_;
CompletionHandler* handler_;
- base::WeakPtrFactory<PepperFileChooserHost> weak_factory_;
-
DISALLOW_COPY_AND_ASSIGN(PepperFileChooserHost);
};

Powered by Google App Engine
This is Rietveld 408576698