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

Unified Diff: content/ppapi_plugin/broker_process_dispatcher.h

Issue 10662005: Use IPC::Sender and IPC::Listener in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/plugin/webplugin_delegate_stub.h ('k') | content/test/mock_render_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/ppapi_plugin/broker_process_dispatcher.h
diff --git a/content/ppapi_plugin/broker_process_dispatcher.h b/content/ppapi_plugin/broker_process_dispatcher.h
index 01993ec573c0cf1203f8880c608878cd49b09026..486ce4db848c0d7cb511e90527db32bc31edfc35 100644
--- a/content/ppapi_plugin/broker_process_dispatcher.h
+++ b/content/ppapi_plugin/broker_process_dispatcher.h
@@ -22,7 +22,7 @@ class BrokerProcessDispatcher
PP_ConnectInstance_Func connect_instance);
virtual ~BrokerProcessDispatcher();
- // IPC::Channel::Listener overrides.
+ // IPC::Listener overrides.
virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
void OnGetPermissionSettingsCompleted(
« no previous file with comments | « content/plugin/webplugin_delegate_stub.h ('k') | content/test/mock_render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698