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

Unified Diff: ppapi/proxy/flash_device_id_resource.h

Issue 11022005: Converted PluginResource reply message handling to use base::Callback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 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 | « ppapi/proxy/file_chooser_resource.cc ('k') | ppapi/proxy/flash_device_id_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/flash_device_id_resource.h
diff --git a/ppapi/proxy/flash_device_id_resource.h b/ppapi/proxy/flash_device_id_resource.h
index b563c80ec674aa155a4150c6adc5c3c9a8bcfc7e..19c9e63cb954eb9e31633132d461fd9531ee6e37 100644
--- a/ppapi/proxy/flash_device_id_resource.h
+++ b/ppapi/proxy/flash_device_id_resource.h
@@ -29,10 +29,6 @@ class FlashDeviceIDResource
scoped_refptr<TrackedCallback> callback) OVERRIDE;
private:
- // PluginResource override;
- virtual void OnReplyReceived(const ResourceMessageReplyParams& params,
- const IPC::Message& msg);
-
// IPC message handler.
void OnPluginMsgGetDeviceIDReply(const ResourceMessageReplyParams& params,
const std::string& id);
« no previous file with comments | « ppapi/proxy/file_chooser_resource.cc ('k') | ppapi/proxy/flash_device_id_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698